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


In This Topic
CategoryNames Property (StackedLineSeries)
In This Topic
Gets the collection of category names for the series.
Syntax
'Declaration
 
Public Shadows ReadOnly Property CategoryNames As StringCollection
 
'Usage
 
Dim instance As StackedLineSeries
Dim value As StringCollection
 
value = instance.CategoryNames
See Also