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


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