[]
Defines ranges to be used with C1Gauge controls.
public class GaugeRange : GaugeDecorator, INotifyPropertyChanged
Public Class GaugeRange
Inherits GaugeDecorator
Implements INotifyPropertyChanged
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
| Name | Description |
|---|---|
| GaugeRange() | Initializes a new instance of GaugeRange. |
| 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 |
| 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. |