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



In This Topic
    LowerValue Property
    In This Topic
    Gets or sets the current lower magnitude of the range control.
    Syntax
    'Declaration
     
    
    Public Property LowerValue As Double
    'Usage
     
    
    Dim instance As C1RangeSlider
    Dim value As Double
     
    instance.LowerValue = value
     
    value = instance.LowerValue
    public double LowerValue {get; set;}
    public:
    property double LowerValue {
       double get();
       void set (    double value);
    }
    See Also