[]
Base class for the Gauge decorators showing a scale, such as marks or labels.
public abstract class C1GaugeScaleDecorator : C1GaugeMultivalueDecorator, ICloneable, IDisposable, ICustomTypeDescriptor
Name | Description |
---|---|
C1GaugeScaleDecorator() |
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. |