Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart.Interaction Namespace / RangeSelector Class / LowerValue Property

In This Topic
    LowerValue Property (RangeSelector)
    In This Topic
    Gets or sets the upper value.
    Syntax
    'Declaration
     
    
    Public Property LowerValue As Double
    public double LowerValue {get; set;}
    See Also