[]
The C1LinearGauge displays a linear scale with an indicator that represents a single value and optional ranges to represent reference values.
public class C1LinearGauge : C1Gauge, IDependencyObject, IDisposable, IComponent
| Name | Description |
|---|---|
| C1LinearGauge(Context) | Initializes a new instance of a C1LinearGauge control. |
| C1LinearGauge(Context, IAttributeSet) | Initializes a new instance of a C1LinearGauge control. |
| Name | Description |
|---|---|
| DirectionProperty | |
| DirectionPropertyName |
| Name | Description |
|---|---|
| Direction | Gets or sets the format string used for displaying the gauge values as text. |
| Name | Description |
|---|---|
| DrawMinMaxText() | Draw the text of Min and Max. |
| DrawValueText(double) | Draw the text of Value. |
| GetRangeRect(GaugeRange) | Get the rectangle of gauge range. |
| GetRangeRect(GaugeRange, double) | Get the rectangle of gauge range. |
| GetValueFromPoint(C1Point) | Get guage value from the point. |
| MeasureControlSize(MeasureSpecMode, int, bool) | Measure control size. |
| Render(bool) | Render. |
| UpdateRangeElement(GaugeRange, double) | Update element range. |