ClassGaugeRangeGroup
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
GaugeRangeGroup()
Initializes a new instance of the GaugeRangeGroup class.
Declaration
public GaugeRangeGroup()
Fields
ChildrenProperty
Identifies the Children dependency property.
Declaration
public static readonly DependencyProperty ChildrenProperty
Field Value
DependencyProperty
LocationProperty
Identifies the Location dependency property.
Declaration
public static readonly DependencyProperty LocationProperty
Field Value
DependencyProperty
OffsetProperty
Identifies the Offset dependency property.
Declaration
public static readonly DependencyProperty OffsetProperty
Field Value
DependencyProperty
VisibilityProperty
Identifies the Visibility dependency property.
Declaration
public static readonly DependencyProperty VisibilityProperty
Field Value
DependencyProperty
Properties
Children
Gets or sets a collection of GaugeRange objects. This is a dependency property.
Declaration
public GaugeRangeCollection Children { get; set; }
Property Value
Location
Gets or sets the location of the ranges in the group.
Declaration
public ScaleObjectLocation Location { get; set; }
Property Value
Offset
Gets or sets the offset from the location for the gauges in the group.
Visibility
Gets or sets range group visibility.
Declaration
public Visibility Visibility { get; set; }
Property Value
Visibility
Methods
CheckRange(DependencyObject)
Check whether given object fall into the 1 of the ranges in this list.
Declaration
public void CheckRange(DependencyObject valueObject)
Parameters
valueObject
DependencyObject
Object to check.
Events
ChildrenCollectionChanged
Occurs when own or one of the child collections is changed.
Declaration
public event NotifyCollectionChangedEventHandler ChildrenCollectionChanged
Event Value