Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / GetSeries Method / GetSeries(ChartModel,Int32) Method
The index.


In This Topic
GetSeries(ChartModel,Int32) Method
In This Topic
Gets the series at the specified index.
Syntax
'Declaration
 
Public Overloads Function GetSeries( _
   ByVal model As ChartModel, _
   ByVal index As Integer _
) As Series
 
'Usage
 
Dim instance As SpreadChart
Dim model As ChartModel
Dim index As Integer
Dim value As Series
 
value = instance.GetSeries(model, index)

Parameters

model
index
The index.
See Also