[]
Defines ranges to be used with C1Gauge controls.
public class GaugeRange : IDependencyObject, 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() |
Name | Description |
---|---|
BorderColor | Gets or sets the color used to display the border of this range. |
BorderDashes | Gets or sets the dashes pattern used in the border of this range. |
BorderWidth | Gets or sets the border width 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. |
Thickness | Gets or sets the thickness of this range as a percentage of the parent gauge's thickness. |
Name | Description |
---|---|
OnPropertyChanged(string) | Called when a property changed. |
Name | Description |
---|---|
PropertyChanged | Occurs when a property value changes. |