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

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

    Property Value

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