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