ComponentOne Chart for WPF and Silverlight
AutoMin Property


C1.WPF.C1Chart Namespace > Axis Class : AutoMin Property
Gets or sets whether the minimum value for the axis is set automatically.
Syntax
'Declaration
 
Public Property AutoMin As System.Boolean
'Usage
 
Dim instance As Axis
Dim value As System.Boolean
 
instance.AutoMin = value
 
value = instance.AutoMin
public System.bool AutoMin {get; set;}
See Also

Reference

Axis Class
Axis Members