FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / SeriesInfo Class / PointIndex Property


In This Topic
PointIndex Property (SeriesInfo)
In This Topic
Gets the index of the point. If -1 means all data points are selected.
Syntax
'Declaration
 
Public ReadOnly Property PointIndex As Integer
 
'Usage
 
Dim instance As SeriesInfo
Dim value As Integer
 
value = instance.PointIndex

Property Value

The index of the point.
See Also