Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / StackedLineSeries Class / Series Property


In This Topic
Series Property (StackedLineSeries)
In This Topic
Gets the collection of line series.
Syntax
'Declaration
 
Public ReadOnly Property Series As LineSeriesCollection
 
'Usage
 
Dim instance As StackedLineSeries
Dim value As LineSeriesCollection
 
value = instance.Series
See Also