ComponentOne FlexChart for WinForms
LowerValue Property


C1.Win.Chart.Interaction Namespace > AxisScrollbar Class : LowerValue Property
Gets or sets the current lower magnitude of the range control.
Syntax
'Declaration
 
Public Property LowerValue As Double
'Usage
 
Dim instance As AxisScrollbar
Dim value As Double
 
instance.LowerValue = value
 
value = instance.LowerValue
public double LowerValue {get; set;}
See Also

Reference

AxisScrollbar Class
AxisScrollbar Members