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

In This Topic
    ShowRanges Property (Gauge)
    In This Topic
    Gets or sets whether the gauge should display the ranges contained in the ranges property.
    Syntax
    'Declaration
     
    Public Property ShowRanges As Boolean
    public bool ShowRanges {get; set;}
    See Also