ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / Axis Class / MajorUnit Property

In This Topic
    MajorUnit Property
    In This Topic
    Gets or sets the number of units between axis labels.
    Syntax
    'Declaration
     
    Public Property MajorUnit As Double
    public double MajorUnit {get; set;}
    Remarks
    If the axis contains date values, then the units are expressed in days.
    See Also