ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Axis Class / StaggeredLines Property

In This Topic
    StaggeredLines Property (Axis)
    In This Topic
    Gets or sets the number of staggered lines for axis labels.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(1)>
    <C1DescriptionAttribute("Axis.StaggeredLines", "Gets or sets the number of staggered lines for axis labels.")>
    Public Property StaggeredLines As Integer
    [DefaultValue(1)]
    [C1Description("Axis.StaggeredLines", "Gets or sets the number of staggered lines for axis labels.")]
    public int StaggeredLines {get; set;}
    Remarks
    The default value is 1 and all axis labels are drawn on the same level.
    See Also