Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / IndexAxis Class / AutoMinimum Property


In This Topic
AutoMinimum Property (IndexAxis)
In This Topic
Gets or sets whether the ruler minimum is automatically generated.
Syntax
'Declaration
 
Public Property AutoMinimum As Boolean
 
'Usage
 
Dim instance As IndexAxis
Dim value As Boolean
 
instance.AutoMinimum = value
 
value = instance.AutoMinimum
See Also