Class GaugeRangeGroup
Represents group of the gauge ranges.
Inherited Members
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class GaugeRangeGroup : RangeEventSource
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
System.Windows.DependencyProperty
|
LocationProperty
Identifies the Location dependency property.
Declaration
public static readonly DependencyProperty LocationProperty
Field Value
System.Windows.DependencyProperty
|
OffsetProperty
Identifies the Offset dependency property.
Declaration
public static readonly DependencyProperty OffsetProperty
Field Value
System.Windows.DependencyProperty
|
VisibilityProperty
Identifies the Visibility dependency property.
Declaration
public static readonly DependencyProperty VisibilityProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Children
Gets or sets a collection of GaugeRange objects. This is a dependency property.
Declaration
public GaugeRangeCollection Children { get; set; }
Property Value
GaugeRangeCollection
|
Location
Gets or sets the location of the ranges in the group.
Declaration
public ScaleObjectLocation Location { get; set; }
Property Value
ScaleObjectLocation
|
Offset
Gets or sets the offset from the location for the gauges in the group.
Declaration
public GaugeMeasure Offset { get; set; }
Property Value
GaugeMeasure
|
Visibility
Gets or sets range group visibility.
Declaration
public Visibility Visibility { get; set; }
Property Value
System.Windows.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
System.Windows.DependencyObject
valueObject
Object to check. |
Events
ChildrenCollectionChanged
Occurs when own or one of the child collections is changed.
Declaration
public event NotifyCollectionChangedEventHandler ChildrenCollectionChanged
Event Type
System.Collections.Specialized.NotifyCollectionChangedEventHandler
|