Gets or sets whether the bound tick mark should ignore the Pointer's sweep time.
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(false)] public bool ImmediateUpdate { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute(False)> _ Public Property ImmediateUpdate As Boolean Get Set |