ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Gauge Class / Ranges Property

In This Topic
    Ranges Property (Gauge)
    In This Topic
    Gets the collection of ranges in this gauge.
    Syntax
    'Declaration
     
    Public ReadOnly Property Ranges As IList(Of Range)
    public IList<Range> Ranges {get;}
    See Also