Class
IndicatorGroup

Represents group of the gauge indicators.

Definition

Namespace:Telerik.Windows.Controls.Gauge

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class IndicatorGroup : Panel

Inheritance: objectIndicatorGroup

Constructors

IndicatorGroup()

Initializes a new instance of the IndicatorGroup class.

Declaration

cs-api-definition
public IndicatorGroup()

Fields

RangesProperty

Identifies the Ranges dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RangesProperty

Field Value

DependencyProperty

Properties

Ranges

Gets or sets a gauge range group.

Declaration

cs-api-definition
public GaugeRangeGroup Ranges { get; set; }

Property Value

GaugeRangeGroup

Methods

ArrangeOverride(Size)

Called to arrange and size the content of a scale.

Declaration

cs-api-definition
protected override Size ArrangeOverride(Size finalSize)

Parameters

finalSize

Size

The computed size that is used to arrange the content.

Returns

Size

The size of the scale.

InvalidateMeasure()

Invalidates the measurement state (layout) for the element.

Declaration

cs-api-definition
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

cs-api-definition
protected override Size MeasureOverride(Size availableSize)

Parameters

availableSize

Size

The maximum size that the method can return.

Returns

Size

The size of the control, up to the maximum specified by constraint.

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
public void ResetTheme()