Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ValueAxis Class / Maximum Property


In This Topic
Maximum Property (ValueAxis)
In This Topic
Gets or sets the ruler maximum.
Syntax
'Declaration
 
Public Property Maximum As Double
 
'Usage
 
Dim instance As ValueAxis
Dim value As Double
 
instance.Maximum = value
 
value = instance.Maximum
See Also