New to Telerik UI for WPFStart a free 30-day trial

Represents group of the gauge indicators.

Definition

Namespace:Telerik.Windows.Controls.Gauge

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class IndicatorGroup : Panel

Inheritance: objectIndicatorGroup

Constructors

Initializes a new instance of the IndicatorGroup class.

C#
public IndicatorGroup()

Fields

RangesProperty

DependencyProperty

Identifies the Ranges dependency property.

C#
public static readonly DependencyProperty RangesProperty

Properties

Gets or sets a gauge range group.

C#
public GaugeRangeGroup Ranges { get; set; }

Methods

Called to arrange and size the content of a scale.

C#
protected override Size ArrangeOverride(Size finalSize)
Parameters:finalSizeSize

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.

C#
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.

C#
protected override Size MeasureOverride(Size availableSize)
Parameters:availableSizeSize

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.

C#
public void ResetTheme()