C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartAxis Class / DisplayedRange Property


In This Topic
DisplayedRange Property
In This Topic
Gets or sets the axis displayed range.
Syntax
'Declaration
 
Public Property DisplayedRange As Double
 
'Usage
 
Dim instance As ChartAxis
Dim value As Double
 
instance.DisplayedRange = value
 
value = instance.DisplayedRange
See Also