Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ClusteredBoxWhiskerSeries Class / CategoryNames Property


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
    public new StringCollection CategoryNames {get;}
    See Also