ComponentOne Chart for WPF and Silverlight
Min Property (Axis)


C1.WPF.C1Chart Namespace > Axis Class : Min Property
Gets or sets the minimum value shown on the axis.
Syntax
'Declaration
 
Public Property Min As System.Double
'Usage
 
Dim instance As Axis
Dim value As System.Double
 
instance.Min = value
 
value = instance.Min
public System.double Min {get; set;}
See Also

Reference

Axis Class
Axis Members