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

In This Topic
    StackRanges Property (Gauge)
    In This Topic
    Gets or sets a value that determines whether the ranges contained in the collection should be stacked within the gauge.
    Syntax
    'Declaration
     
    Public Property StackRanges As Boolean
    public bool StackRanges {get; set;}
    See Also