[]
Control that shows a linear Gauge.
public class C1LinearGauge : C1GaugeBase, ICloneable, IBindableComponent, IComponent, IDisposable
| Name | Description |
|---|---|
| C1LinearGauge() | Initializes a new instance of a C1LinearGauge. |
| Name | Description |
|---|---|
| AxisLength | Gets or sets the fraction-based length of the longitudinal axis. |
| AxisLengthInPixels | Gets the length of the longitudinal axis, in pixels. |
| AxisStart | Gets or sets the fraction-based position where the longitudinal axis starts. |
| AxisStartCoordinate | Gets the x-coordinate (for horizontal Gauge) or y-coordinate (for vertical Gauge) of the position where the longitudinal axis starts, in pixels. |
| BaseFactor | Gets or sets the fraction-based length of the transversal axis. |
| BaseFactorInPixels | Gets the length of the transversal axis, in pixels. |
| BaseOrigin | Gets or sets the fraction-based location where the transversal axis starts. |
| BaseOriginCoordinate | Gets the y-coordinate (for horizontal Gauge) or x-coordinate (for vertical Gauge) of the location where the transversal axis starts, in pixels. |
| OffPosition | Gets or sets the fraction-based position used when the Value is set to Double.NaN. |
| Orientation | Orientation of a C1LinearGauge. |