Blazor | ComponentOne
C1.Blazor.Gauge Assembly / C1.Blazor.Gauge Namespace / C1RadialGauge Class / Ranges Property

In This Topic
    Ranges Property (C1RadialGauge)
    In This Topic
    Gets the collection of ranges in this gauge.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Ranges As GaugeRangeCollection
    public GaugeRangeCollection Ranges {get;}
    See Also