[]
        
(Showing Draft Content)

C1.WPF.Gauge.GaugeLabel

GaugeLabel Class

GaugeDecorator used to place labels within the C1Gauge.

Namespace: C1.WPF.Gauge
Assembly: C1.WPF.Gauge.dll
Syntax
public class GaugeLabel : GaugeIntervalDecorator, INotifyPropertyChanged
Public Class GaugeLabel
    Inherits GaugeIntervalDecorator
    Implements INotifyPropertyChanged

Constructors

Name Description
GaugeLabel()

Initializes a new instance of GaugeLabel.

Fields

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.

Properties

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.

Methods

Name Description
Render(DrawingContext, string, Point, Point, Brush)

Draw the a label.