FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / Axis Class / MajorUnit Property

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