ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IAxis Interface / MajorInterval Property

In This Topic
    MajorInterval Property (IAxis)
    In This Topic
    Gets the unit of measurement for major grid lines and tick marks.
    Syntax
    'Declaration
     
    ReadOnly Property MajorInterval As Nullable(Of Double)
    Nullable<double> MajorInterval {get;}

    Property Value

    A Nullable specifying the major interval.
    Remarks
    If omitted, the axis is automatically divided.
    See Also