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


In This Topic
    Index Property (AxisLabelLoadingEventArgs)
    In This Topic
    Gets the data point index.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Index As Integer
    'Usage
     
    
    Dim instance As AxisLabelLoadingEventArgs
    Dim value As Integer
     
    value = instance.Index
    public int Index {get;}
    See Also