[]
        
(Showing Draft Content)

C1.Win.C1Gauge.C1GaugeScaleDecorator

C1GaugeScaleDecorator Class

Base class for the Gauge decorators showing a scale, such as marks or labels.

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

Constructors

Name Description
C1GaugeScaleDecorator()

Properties

Name Description
Interval

Value interval to draw each mark or label.

IntervalCoeff

Gets or sets the multiplier for the value interval (or the number of subintervals for logarithmic scale).

IntervalWidth

Gets or sets the logical distance between tick marks or labels.

Resolution

Gets or sets the minimum displayed value interval if the scale is nonuniform.

SequenceNo

The sequence number for this marks (or labels) decorator. Displayed values will not appear on the subsequent marks (or labels) with the same sequence number.

ShowIrregularFrom

Gets or sets whether the From value should appear even if it doesn't conform with the specified interval.

ShowIrregularTo

Gets or sets whether the To value should appear even if it doesn't conform with the specified interval.