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