Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / AxisPosition Enumeration


In This Topic
    AxisPosition Enumeration
    In This Topic
    Specifies the position of the axis relative to other axis.
    Syntax
    'Declaration
     
    
    Public Enum AxisPosition 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AxisPosition
    public enum AxisPosition : System.Enum 
    Members
    MemberDescription
    BetweenTicksDisplay axis between tick marks of other axis.
    OnTicksDisplays axis on the tick marks of other axis.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Chart.AxisPosition

    See Also