FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / SunburstSeries Class / CategoryNames Property


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