ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IAxis Interface / Min Property

In This Topic
Min Property (IAxis)
In This Topic
Gets the minimum value for the axis.
Syntax
'Declaration
 
ReadOnly Property Min As Nullable(Of Double)
 

Property Value

A Nullable specifying the minimum value.
Remarks
If omitted, the axis automatically scales.
See Also