Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartAxis Class / AxisType Property


In This Topic
    AxisType Property
    In This Topic
    Gets the axis type.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AxisType As AxisType
    'Usage
     
    
    Dim instance As ChartAxis
    Dim value As AxisType
     
    value = instance.AxisType
    public AxisType AxisType {get;}
    See Also