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

Glossary Item Box

Gets or sets the minimum value for the axis.

Syntax

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

Property Value

A ExpressionInfo value indicating the maximum value for the axis. 

Remarks

If omitted, the axis automatically scales.

See Also