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