Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / AxisLabelPosition Enumeration


In This Topic
    AxisLabelPosition Enumeration
    In This Topic
    Specifies the position of the axis labels.
    Syntax
    'Declaration
     
    Public Enum AxisLabelPosition 
       Inherits System.Enum
    'Usage
     
    Dim instance As AxisLabelPosition
    public enum AxisLabelPosition : System.Enum 
    Members
    MemberDescription
    AutoThe position is specified automatically.
    FarThe position is far from the axis.
    NearThe position is near the axis.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.AxisLabelPosition

    See Also