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

In This Topic
    MinorInterval Property
    In This Topic
    Gets or sets the unit of measurement for minor gridlines and tickmarks.
    Syntax
    'Declaration
     
    Public Property MinorInterval As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo MinorInterval {get; set;}

    Property Value

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