[]
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() | Initializes a new instance of a C1LinearGauge control. |
| C1LinearGauge(IntPtr) | 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(CGPoint) | Get guage value from the point. |
| UpdateRangeElement(GaugeRange, double) | Update element range. |