AutoMaximum Property (IndexAxis)
In This Topic
Gets or sets whether the ruler maximum is automatically generated.
Syntax
'Declaration
Public Property AutoMaximum As Boolean
'Usage
Dim instance As IndexAxis
Dim value As Boolean
instance.AutoMaximum = value
value = instance.AutoMaximum
public bool AutoMaximum {get; set;}
See Also