ActiveReports 18 .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 gridlines and tickmarks.
    Syntax
    'Declaration
     
    ReadOnly Property MajorInterval As Nullable(Of Double)
    Nullable<double> MajorInterval {get;}
    Remarks
    If omitted, the axis is automatically divided.
    See Also