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

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

    Property Value

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