GaugeRangeGroup
Represents group of the gauge ranges.
Definition
Namespace:Telerik.Windows.Controls.Gauge
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class GaugeRangeGroup : RangeEventSource
Inheritance: objectRangeEventSourceGaugeRangeGroup
Inherited Members
Constructors
Initializes a new instance of the GaugeRangeGroup class.
public GaugeRangeGroup()
Fields
ChildrenProperty
DependencyProperty
Identifies the Children dependency property.
public static readonly DependencyProperty ChildrenProperty
LocationProperty
DependencyProperty
Identifies the Location dependency property.
public static readonly DependencyProperty LocationProperty
OffsetProperty
DependencyProperty
Identifies the Offset dependency property.
public static readonly DependencyProperty OffsetProperty
VisibilityProperty
DependencyProperty
Identifies the Visibility dependency property.
public static readonly DependencyProperty VisibilityProperty
Properties
Gets or sets a collection of GaugeRange objects. This is a dependency property.
public GaugeRangeCollection Children { get; set; }
Gets or sets the location of the ranges in the group.
public ScaleObjectLocation Location { get; set; }
Gets or sets the offset from the location for the gauges in the group.
public GaugeMeasure Offset { get; set; }
Visibility
Visibility
Gets or sets range group visibility.
public Visibility Visibility { get; set; }
Methods
Check whether given object fall into the 1 of the ranges in this list.
public void CheckRange(DependencyObject valueObject)
Object to check.
Events
Occurs when own or one of the child collections is changed.
public event NotifyCollectionChangedEventHandler ChildrenCollectionChanged