[]
        
(Showing Draft Content)

C1.Win.C1Gauge.C1GaugeMultivalueDecorator

C1GaugeMultivalueDecorator Class

Base class for the Gauge decorators that spread over a set of values.

Inheritance
C1GaugeMultivalueDecorator
Namespace: C1.Win.C1Gauge
Assembly: C1.Win.C1Gauge.4.8.dll
Syntax
public abstract class C1GaugeMultivalueDecorator : C1GaugeDecorator, ICloneable, IDisposable, ICustomTypeDescriptor

Constructors

Name Description
C1GaugeMultivalueDecorator()

Properties

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.