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

In This Topic
    Min Property (LinearGaugeBase)
    In This Topic
    Gets or sets the minimum value that can be displayed on the gauge.
    Syntax
    'Declaration
     
    
    <C1IgnoreAttribute()>
    Public Property Min As Double
    [C1Ignore()]
    public double Min {get; set;}
    See Also