Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartDataPoint Class / SeriesIndex Property


In This Topic
    SeriesIndex Property (ChartDataPoint)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SeriesIndex As Integer
    'Usage
     
    
    Dim instance As ChartDataPoint
    Dim value As Integer
     
    value = instance.SeriesIndex
    public int SeriesIndex {get;}
    See Also