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

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