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


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