[]
GaugeDecorator used to place labels within the C1Gauge.
public class GaugeLabel : GaugeIntervalDecorator, INotifyPropertyChanged
Public Class GaugeLabel
Inherits GaugeIntervalDecorator
Implements INotifyPropertyChanged
| Name | Description |
|---|---|
| GaugeLabel() | Initializes a new instance of GaugeLabel. |
| Name | Description |
|---|---|
| ConverterProperty | Identifies the Converter dependency property. |
| FontFamilyProperty | Identifies the FontFamily dependency property. |
| FontSizeProperty | Identifies the FontSize dependency property. |
| FontStyleProperty | Identifies the FontStyle dependency property. |
| FontWeightProperty | Identifies the FontWeight dependency property. |
| FormatProperty | Identifies the Format dependency property. |
| IsRotatedProperty | Identifies the IsRotated dependency property. |
| IsScaledProperty | Identifies the IsScaled dependency property. |
| Name | Description |
|---|---|
| Converter | Gets or sets the converter to convert the values. |
| FontFamily | Gets or sets the font. |
| FontSize | Gets or sets the font. |
| FontStyle | Gets or sets the font. |
| FontWeight | Gets or sets the font. |
| Format | Gets or sets the format applied to the values. |
| IsRotated | Gets or sets whether the text is rotated. |
| IsScaled | Gets or sets whether the text is scaled to fit specified thickness. |
| Name | Description |
|---|---|
| Render(DrawingContext, string, Point, Point, Brush) | Draw the a label. |