[]
Base class for the Gauge decorators that spread over a set of values.
public abstract class C1GaugeMultivalueDecorator : C1GaugeDecorator, ICloneable, IDisposable, ICustomTypeDescriptor
| Name | Description |
|---|---|
| C1GaugeMultivalueDecorator() |
| Name | Description |
|---|---|
| From | Gets or sets the value where the decorator starts. Set to Double.NaN to bind to Gauge's minimum. |
| FromPointerIndex | Gets or sets the index of a Pointer that specifies where the decorator starts. |
| Location2 | Gets or sets the end location of the C1GaugeDecorator (Location is the start location). |
| ScaleFrom | Gets or sets the value where the scale graduation starts and the start location and width are defined. Set to Double.NaN to bind to the From value. |
| ScaleTo | Gets or sets the value where the scale graduation ends and the end location and width are defined. Set to Double.NaN to bind to the To value. |
| To | Gets or sets the value where the decorator ends. Set to Double.NaN to bind to Gauge's maximum. |
| ToPointerIndex | Gets or sets the index of a Pointer that specifies where the decorator ends. |