ActiveReports.Chart Request technical support
StaggerLabels Property
See Also 


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

Syntax

Visual Basic (Declaration) 
Public Property StaggerLabels As Boolean
Visual Basic (Usage)Copy Code
Dim instance As AxisBase
Dim value As Boolean
 
instance.StaggerLabels = value
 
value = instance.StaggerLabels
C# 
public bool StaggerLabels {get; set;}

Return Value

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

See Also