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

Glossary Item Box

Gets or sets a value indicating whether smart labels are enabled on the axis.

Syntax

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

Property Value

Boolean. True if smart labels are enabled on the axis; otherwise False.

See Also