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


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