Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Axis Class / StaggeredLines Property

In This Topic
    StaggeredLines Property
    In This Topic
    Gets or sets the number of staggered lines for axis labels.
    Syntax
    'Declaration
     
    
    Public Property StaggeredLines As Integer
    public int StaggeredLines {get; set;}
    Remarks
    The default value is 1 and all axis labels are drawn on the same level.
    See Also