[]
        
(Showing Draft Content)

C1.Blazor.Gauge.GaugeRange

GaugeRange Class

Defines ranges to be used with C1Gauge controls.

Inheritance
GaugeRange
Namespace: C1.Blazor.Gauge
Assembly: C1.Blazor.Gauge.dll
Syntax
public class GaugeRange : IDependencyObject, 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()

Fields

Name Description
BorderColorProperty
BorderColorPropertyName
BorderDashesProperty
BorderDashesPropertyName
BorderWidthProperty
BorderWidthPropertyName
ColorProperty
ColorPropertyName
DefaultColor
DefaultMax
DefaultMin
MaxProperty
MaxPropertyName
MinProperty
MinPropertyName
NameProperty
NamePropertyName
ThicknessProperty
ThicknessPropertyName

Properties

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.

Methods

Name Description
OnPropertyChanged(string)

Called when a property changed.

Events

Name Description
PropertyChanged

Occurs when a property value changes.