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


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