GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScaleLabelStyle Enumeration
In This Topic
    GraduatedScaleLabelStyle Enumeration
    In This Topic
    Specifies the style used to layout tick labels.
    Syntax
    public enum GraduatedScaleLabelStyle : System.Enum 
    Members
    MemberDescription
    AlternateStartLeftA style for the layout of tick labels for GraduatedScale
    AlternateStartRightA style for the layout of tick labels for GraduatedScale
    LeftA style for the layout of tick labels for GraduatedScale
    RightA style for the layout of tick labels for GraduatedScale
    See Also