Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / PieSeries Class / CategoryNames Property


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