ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / LinearGaugeBase Class / Ranges Property

In This Topic
    Ranges Property (LinearGaugeBase)
    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