[]
C1GaugeDecorator used to display a single label on the Gauge.
public class C1GaugeSingleLabel : C1GaugeDecorator, ICloneable, IDisposable, ICustomTypeDescriptor
Name | Description |
---|---|
C1GaugeSingleLabel() | Initializes a new instance of the C1GaugeSingleLabel. |
Name | Description |
---|---|
AllowFlip | Gets or sets whether the label should be flipped if it appears inverted (for radial Gauges only). |
Angle | Gets or sets the angle relative to the Gauge pointer origin where the label should appear (for radial Gauges only). |
Color | Gets or sets the Color used to display text label. |
CommonFontName | Gets or sets the name of the font and color template. |
Font | Gets or sets the font used to display text label. |
FontSize | Logical value representing the scalable font size. |
Format | Standard or custom numeric format string for the label. |
ImmediateUpdate | Gets or sets whether the bound label should ignore the Pointer's sweep time. |
IsRotated | Gets or sets if the label should be rotated depending on its angle (for radial Gauges only). |
OrthogonalAlignment | Gets or sets the orthogonal alignment of the text label. |
OrthogonalOffset | Gets or sets the logical orthogonal offset of the text label. |
PointerIndex | Gets or sets the index of a Pointer that gives the value associated with this label. |
Position | Gets or sets the fraction-based position where this label should appear (for linear Gauges only). |
SequenceNo | The sequence number for this label. Displayed value will not appear on the subsequent labels with the same sequence number. |
Text | Gets or sets the text displayed in this label. |
TextAngle | Gets or sets the angle (in degrees) to rotate the label text. |
Value | Gets or sets the value associated with this label. |
ValueFactor | Gets or sets the value multiplier when showing the label. |
ValueOffset | Gets or sets the value offset when showing the label. |
Name | Description |
---|---|
ResetAllowFlip() | This member is for internal use only. |
ResetAngle() | This member is for internal use only. |
ResetColor() | This member is for internal use only. |
ResetIsRotated() | This member is for internal use only. |
ResetPosition() | This member is for internal use only. |
ShouldSerializeAllowFlip() | This member is for internal use only. |
ShouldSerializeAngle() | This member is for internal use only. |
ShouldSerializeColor() | This member is for internal use only. |
ShouldSerializeIsRotated() | This member is for internal use only. |
ShouldSerializePosition() | This member is for internal use only. |