Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / HistogramBar Class / CategoryNames Property


In This Topic
    CategoryNames Property (HistogramBar)
    In This Topic
    Gets the category names.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property CategoryNames As StringCollection
    'Usage
     
    
    Dim instance As HistogramBar
    Dim value As StringCollection
     
    value = instance.CategoryNames
    public override StringCollection CategoryNames {get;}
    See Also