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