Class IndicatorGroup
Represents group of the gauge indicators.
Inheritance
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class IndicatorGroup : Panel, IThemable
Constructors
IndicatorGroup()
Initializes a new instance of the IndicatorGroup class.
Declaration
public IndicatorGroup()
Fields
RangesProperty
Identifies the Ranges dependency property.
Declaration
public static readonly DependencyProperty RangesProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Ranges
Gets or sets a gauge range group.
Declaration
public GaugeRangeGroup Ranges { get; set; }
Property Value
GaugeRangeGroup
|
Methods
ArrangeOverride(Size)
Called to arrange and size the content of a scale.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size
finalSize
The computed size that is used to arrange the content. |
Returns
System.Windows.Size
The size of the scale. |
InvalidateMeasure()
Invalidates the measurement state (layout) for the element.
Declaration
public void InvalidateMeasure()
MeasureOverride(Size)
When overridden in a derived class, measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
The maximum size that the method can return. |
Returns
System.Windows.Size
The size of the control, up to the maximum specified by constraint. |
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()