Sets Axis Minimum value.
public Double Minimum {get; set;}

Remarks


Axis Minimum is the lowest value an Axis will use to scale their dependent Series point values.  
It can be any number or DateTime value.
It must be lower than the Axis.Maximum value.  

VERY IMPORTANT:
Axis.Automatic property must be FALSE.  
If Axis.Automatic is true, the Axis will set Maximum and Minimum values to Maximum and Minimum dependent Series values.

See Also

Axis Class | Axis Members | Steema.TeeChart Namespace