ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / AxisBase Class / StaggerLabels Property

In This Topic
    StaggerLabels Property
    In This Topic
    Gets or sets a value indicating whether labels on the axis are staggered.
    Syntax
    'Declaration
     
    Public Property StaggerLabels As Boolean
    public bool StaggerLabels {get; set;}

    Property Value

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