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


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