Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / AxisLocation Enumeration


In This Topic
    AxisLocation Enumeration
    In This Topic
    Specifies the location of the axis relative to the plot area.
    Syntax
    'Declaration
     
    
    Public Enum AxisLocation 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AxisLocation
    public enum AxisLocation : System.Enum 
    Members
    MemberDescription
    FarDisplays axis on the far side of the plot area.
    MaximumDisplay axis on the maximum value on other axis.
    MinimumDisplay axis on the minimum value on other axis.
    NearDisplays axis on the near side of the plot area.
    OriginDisplays axis on the origin value on other axis.
    ValueDisplay axis on a specified value on other axis.
    Inheritance Hierarchy

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

    See Also