Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SeriesDataSource Class / SeriesName Property


In This Topic
SeriesName Property (SeriesDataSource)
In This Topic
Gets the name of the series.
Syntax
'Declaration
 
Public ReadOnly Property SeriesName As SeriesDataField
 
'Usage
 
Dim instance As SeriesDataSource
Dim value As SeriesDataField
 
value = instance.SeriesName

Property Value

The name of the series.
See Also