ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RangeSlider Class / SmallValueChange Property



In This Topic
    SmallValueChange Property
    In This Topic
    Gets or sets a value to be added to or subtracted from the Upper/LowerValue of a RangeBase control.
    Syntax
    'Declaration
     
    
    Public Property SmallValueChange As Double
    'Usage
     
    
    Dim instance As C1RangeSlider
    Dim value As Double
     
    instance.SmallValueChange = value
     
    value = instance.SmallValueChange
    public double SmallValueChange {get; set;}
    public:
    property double SmallValueChange {
       double get();
       void set (    double value);
    }
    See Also