In This Topic
Gets or sets whether the maximum value for the axis is set automatically.
Syntax
'Declaration
Public Property AutoMax As Boolean
'Usage
Dim instance As Axis
Dim value As Boolean
instance.AutoMax = value
value = instance.AutoMax
public bool AutoMax {get; set;}
See Also