[]
        
(Showing Draft Content)

C1.WPF.Gauge.GaugeRange

GaugeRange Class

Defines ranges to be used with C1Gauge controls.

Inheritance
GaugeRange
Namespace: C1.WPF.Gauge
Assembly: C1.WPF.Gauge.dll
Syntax
public class GaugeRange : GaugeDecorator, INotifyPropertyChanged
Public Class GaugeRange
    Inherits GaugeDecorator
    Implements INotifyPropertyChanged
Remarks

Range objects have min and max properties that define the range's domain, as well as color and thickness properties that define the range's appearance. Every Gauge control has at least two ranges: the defines the minimum and maximum values for the gauge, and the displays the gauge's current value. In addition to the built-in ranges, gauges may have additional ranges used to display regions of significance (for example, low, medium, and high values).

Constructors

Name Description
GaugeRange()

Initializes a new instance of GaugeRange.

Fields

Name Description
BorderColorProperty

Identifies the BorderColor dependency property.

BorderColorPropertyName
BorderDashesPropertyName
BorderWidthPropertyName
ColorProperty

Identifies the Color dependency property.

ColorPropertyName
DefaultMax
DefaultMin
MaxProperty

Identifies the Max dependency property.

MaxPropertyName
MinProperty

Identifies the Min dependency property.

MinPropertyName
NameProperty

Identifies the Name dependency property.

NamePropertyName
ThicknessPropertyName

Properties

Name Description
BorderColor

Gets or sets the color used to display the border of this range.

Color

Gets or sets the color used to display this range.

Max

Gets or sets the maximum value for this range.

Min

Gets or sets the minimum value for this range.

Name

Gets or sets whether the name of this GaugeRange.