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


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