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



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