Gets or sets whether the value of the EndRadius property should be scaled.
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[RefreshPropertiesAttribute(RefreshProperties.Repaint)] public bool ScaleEndRadius { get; set; } |
| Visual Basic (Declaration) |
|---|
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _ Public Property ScaleEndRadius As Boolean Get Set |