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

Glossary Item Box

Gets or sets the minimum value for the axis.

Syntax

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

Remarks

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

See Also