ActiveReports Developer 7
Labels Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > AxisBase Class : Labels Property

Glossary Item Box

Gets the contents of the labels collection, used for categorical axes.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Labels As LabelsCollection
C# 
public LabelsCollection Labels {get;}

See Also