ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Axis Class / MinorInterval Property

In This Topic
    MinorInterval Property (Axis)
    In This Topic
    Gets or sets the unit of measurement for minor gridlines and tickmarks.
    Syntax
    'Declaration
     
    Public Property MinorInterval As ExpressionInfo
    public ExpressionInfo MinorInterval {get; set;}

    Property Value

    A GrapeCity.Enterprise.Data.Expressions.ExpressionInfo value indicating the unit of measurement for minor gridlines and tickmarks.
    Remarks
    If omitted, the axis is automatically divided.
    See Also