ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / AxisBase Class / Labels Property

In This Topic
    Labels Property (AxisBase)
    In This Topic
    Gets the contents of the labels collection, used for categorical axes.
    Syntax
    'Declaration
     
    Public ReadOnly Property Labels As LabelsCollection
    public LabelsCollection Labels {get;}
    See Also