Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / IndexAxis Class / AxisType Property


In This Topic
    AxisType Property
    In This Topic
    Gets or sets the type of the axis.
    Syntax
    'Declaration
     
    
    Public Property AxisType As IndexAxisType
    'Usage
     
    
    Dim instance As IndexAxis
    Dim value As IndexAxisType
     
    instance.AxisType = value
     
    value = instance.AxisType
    public IndexAxisType AxisType {get; set;}

    Property Value

    The type of the axis.
    See Also