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



In This Topic
    ValueChange 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 ValueChange As Double
    'Usage
     
    
    Dim instance As C1RangeSlider
    Dim value As Double
     
    instance.ValueChange = value
     
    value = instance.ValueChange
    public double ValueChange {get; set;}
    public:
    property double ValueChange {
       double get();
       void set (    double value);
    }
    See Also