Minimum value for the Gauge.
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute()] [JsonAttribute(true, true, )] [RefreshPropertiesAttribute(RefreshProperties.Repaint)] public double Minimum { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute()> _ <JsonAttribute(True, True, )> _ <RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public Property Minimum As Double Get Set |