FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / ClusteredBoxWhiskerSeries Class / CategoryNames Property
Example


In This Topic
CategoryNames Property (ClusteredBoxWhiskerSeries)
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 ClusteredBoxWhiskerSeries
Dim value As StringCollection
 
value = instance.CategoryNames
Example
This example creates a box whisker chart.
See Also