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

Glossary Item Box

Gets or sets a value indicating whether axis labels will be drawn on the axis.

Syntax

Visual Basic (Declaration) 
Public Property LabelsVisible As System.Boolean
C# 
public System.bool LabelsVisible {get; set;}

Property Value

Boolean. True if axis labels will be drawn on the axis; otherwise False.

See Also