ActiveReports Developer 7
Max Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > AxisBase Class : Max Property

Glossary Item Box

Gets or sets the maximum value for the axis.

Syntax

Visual Basic (Declaration) 
Public Property Max As System.Double
C# 
public System.double Max {get; set;}

Remarks

The Max and Min properties do not work with a DateTime axis.

See Also