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

In This Topic
    ShowRanges Property (LinearGaugeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Gauge.ShowRanges. 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