Blazor | ComponentOne
C1.Blazor.Gauge Assembly / C1.Blazor.Gauge Namespace / GaugeRange Class / Min Property

In This Topic
    Min Property (GaugeRange)
    In This Topic
    Gets or sets the minimum value for this range.
    Syntax
    'Declaration
     
    
    Public Property Min As Double
    public double Min {get; set;}
    See Also