ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / AxisBase Class / Max Property

In This Topic
    Max Property (AxisBase)
    In This Topic
    Gets or sets the maximum value for the axis.
    Syntax
    'Declaration
     
    Public Property Max As Double
    public double Max {get; set;}
    Remarks
    The Max and Min properties do not work with a DateTime axis.
    See Also