Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / AxisLabelLoadingEventArgs Class / Axis Property


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