ComponentOne Chart for WPF and Silverlight
AutoMax Property


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

Reference

Axis Class
Axis Members