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


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