ComponentOne FlexChart for WinForms
SmallChange Property


C1.Win.Chart.Interaction Namespace > AxisScrollbar Class : SmallChange Property
Gets or sets the value to be added to or subtracted from the LowerValue or UpperValue properties when the lower value thumb or upper value thumb is moved a small distance.
Syntax
'Declaration
 
Public Property SmallChange As Double
'Usage
 
Dim instance As AxisScrollbar
Dim value As Double
 
instance.SmallChange = value
 
value = instance.SmallChange
public double SmallChange {get; set;}
See Also

Reference

AxisScrollbar Class
AxisScrollbar Members