ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Gauge Namespace / C1Gauge Class / Ranges Property

In This Topic
    Ranges Property
    In This Topic
    Gets or sets the ranges of the radialGauge.
    Syntax
    'Declaration
     
    Public ReadOnly Property Ranges As System.Collections.Generic.List(Of GaugelRange)
    public System.Collections.Generic.List<GaugelRange> Ranges {get;}
    See Also