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