ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / DataPoint Class / SeriesIndex Property


In This Topic
    SeriesIndex Property
    In This Topic
    Gets the index of data series.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SeriesIndex As Integer
    'Usage
     
    
    Dim instance As DataPoint
    Dim value As Integer
     
    value = instance.SeriesIndex
    public int SeriesIndex {get;}
    See Also