C1.Android.Chart Assembly / C1.Android.Chart Namespace / ChartAxis Class / Max Property


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