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

In This Topic
    ShowRanges Property (LinearGaugeBase)
    In This Topic
    Gets or sets whether the gauge should display the ranges contained in the ranges property.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property ShowRanges As Boolean
    [DefaultValue(true)]
    public bool ShowRanges {get; set;}
    See Also