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

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

    Property Value

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