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


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