ActiveReports Developer 7
Max Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Axis Class : Max Property

Glossary Item Box

Gets or sets the maximum value for the axis.

Syntax

Visual Basic (Declaration) 
Public Property Max As ExpressionInfo
C# 
public ExpressionInfo Max {get; set;}

Property Value

A ExpressionInfo value indicating the maximum value for the axis. 

Remarks

If omitted, the axis automatically scales.

See Also