[]
Control that shows a radial Gauge.
public class C1RadialGauge : C1GaugeBase, ICloneable, IBindableComponent, IComponent, IDisposable
| Name | Description |
|---|---|
| C1RadialGauge() | Initializes a new instance of a C1RadialGauge. |
| Name | Description |
|---|---|
| Cap | Gets the Gauge pointer cap. |
| OffAngle | Gets or sets the angle of the pointer when the Value value is set to Double.NaN. |
| PointerOriginX | Fraction-based X coordinate of the pointer origin of a C1RadialGauge. |
| PointerOriginXCoordinate | Gets the x-coordinate of the pointer origin, in pixels. |
| PointerOriginY | Fraction-based Y coordinate of the pointer origin of a C1RadialGauge. |
| PointerOriginYCoordinate | Gets the y-coordinate of the pointer origin, in pixels. |
| Radius | Gets or sets the fraction-based radius of a C1RadialGauge. |
| RadiusInPixels | Gets the radius of a C1RadialGauge, in pixels. |
| StartAngle | Start angle for the C1RadialGauge axis. 0 is the topmost point of the circumference. |
| SweepAngle | Sweep angle for the C1RadialGauge values. The Maximum value will be placed at StartAngle + SweepAngle unless the scale is reversed. |
| Name | Description |
|---|---|
| Dispose(bool) | Clean up any resources being used. |
| ShouldSerializeCap() | This member is for internal use only. |