Spread Silverlight Documentation
SeriesIndex Property (DataPoint)


GrapeCity.Windows.SpreadSheet.Data Namespace > DataPoint Class : SeriesIndex Property
Gets the index of the series.
Syntax
'Declaration
 
Public ReadOnly Property SeriesIndex As System.Integer
'Usage
 
Dim instance As DataPoint
Dim value As System.Integer
 
value = instance.SeriesIndex
public System.int SeriesIndex {get;}

Property Value

The index of the series.
See Also

Reference

DataPoint Class
DataPoint Members