ComponentOne FlexChart for WinForms
Min Property (Axis)


C1.Win.Chart Namespace > Axis Class : Min Property
Gets or sets the minimum value shown on the axis.
Syntax
'Declaration
 
Public Property Min As Double
'Usage
 
Dim instance As Axis
Dim value As Double
 
instance.Min = value
 
value = instance.Min
public double Min {get; set;}
Remarks
If the minimum is equal to NaN(default value) the minimum is calculated automatically.
See Also

Reference

Axis Class
Axis Members