ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IAxis Interface / Max Property

In This Topic
    Max Property (IAxis)
    In This Topic
    Gets the maximum value for the axis.
    Syntax
    'Declaration
     
    ReadOnly Property Max As Nullable(Of Double)
    Nullable<double> Max {get;}
    Remarks
    If omitted, the axis automatically scales.
    See Also