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

In This Topic
    Labels Property
    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