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

Glossary Item Box

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

Syntax

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

Property Value

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

See Also