[]
The RadialGauge displays a circular scale with an indicator
public class RadialGauge : Gauge, IHtmlString, ITemplate
| Name | Description |
|---|---|
| RadialGauge(HtmlHelper, string) | Creates one RadialGauge instance. |
| Name | Description |
|---|---|
| AutoScale | Gets or sets whether the gauge should automatically scale to fill the host element. |
| NeedleLength | Gets or sets a value that determines the length of the gauge's needleElement with respect to the pointer range. |
| NeedleShape | Gets or sets a value that determines the shape of the gauge's needle element. |
| ShowText | Gets or sets which values should be displayed as text in the gauge. |
| StartAngle | Gets or sets the starting angle for the gauge, in degrees. |
| SweepAngle | Gets or sets the sweeping angle for the gauge, in degrees. |