ComponentOne FinancialChart for WPF
C1.WPF.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
    'Usage
     
    
    Dim instance As Axis
    Dim value As Integer
     
    instance.StaggeredLines = value
     
    value = instance.StaggeredLines
    public int StaggeredLines {get; set;}
    public:
    property int StaggeredLines {
       int get();
       void set (    int value);
    }
    Remarks
    The default value is 1 and all axis labels are drawn on the same level.
    See Also