[]
C1GaugeDecorator used to display a sequence of labels on the Gauge.
public class C1GaugeLabels : C1GaugeScaleDecorator, ICloneable, IDisposable, ICustomTypeDescriptor
| Name | Description |
|---|---|
| C1GaugeLabels() |
| Name | Description |
|---|---|
| AllowFlip | Gets or sets whether the labels should be flipped if they appear inverted (for radial Gauges only). |
| Color | Gets or sets the Color used to display text on labels. |
| CommonFontName | Gets or sets the name of the font and color template. |
| Font | Gets or sets the font used to display text in labels. |
| FontSize | Logical value representing the scalable font size. |
| FontSize2 | Gets or sets the end font size of the labels (FontSize is the start font size). |
| Format | Standard or custom numeric format string for the labels. |
| IsRotated | Gets or sets if the labels should be rotated depending on their values (for radial Gauges only). |
| OrthogonalAlignment | Gets or sets the orthogonal alignment of the text labels. |
| OrthogonalOffset | Gets or sets the logical orthogonal offset of the text labels. |
| TextAngle | Gets or sets the angle (in degrees) to rotate the label text. |
| ValueFactor | Gets or sets the value multiplier when showing labels. |
| ValueOffset | Gets or sets the value offset when showing labels. |
| Name | Description |
|---|---|
| ResetAllowFlip() | This member is for internal use only. |
| ResetColor() | This member is for internal use only. |
| ResetIsRotated() | This member is for internal use only. |
| ShouldSerializeAllowFlip() | This member is for internal use only. |
| ShouldSerializeColor() | This member is for internal use only. |
| ShouldSerializeIsRotated() | This member is for internal use only. |