Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.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 Double
    public double MajorUnit {get; set;}
    Remarks
    If the axis contains date values, then the units are expressed in days.
    See Also