ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Axis Class / Max Property

In This Topic
    Max Property (Axis)
    In This Topic
    Gets or sets the maximum value for the axis.
    Syntax
    'Declaration
     
    Public Property Max As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Max {get; set;}

    Property Value

    A GrapeCity.Enterprise.Data.Expressions.ExpressionInfo value indicating the maximum value for the axis.
    Remarks
    If omitted, the axis automatically scales.
    See Also