ActiveReports.Chart Request technical support
Labels Property
See Also 


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

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Labels As LabelsCollection
Visual Basic (Usage)Copy Code
Dim instance As AxisBase
Dim value As LabelsCollection
 
value = instance.Labels
C# 
public LabelsCollection Labels {get;}

See Also