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


SeriesName Property (Series)
Gets or sets the name of the series.
Syntax
'Declaration
 
Public Overridable Property SeriesName As String
 
'Usage
 
Dim instance As Series
Dim value As String
 
instance.SeriesName = value
 
value = instance.SeriesName
Exceptions
ExceptionDescription
value is a null reference (Nothing in VB).
See Also