ClassIndicatorGroup
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
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
DependencyProperty
Properties
Ranges
Gets or sets a gauge range group.
Declaration
public GaugeRangeGroup Ranges { get; set; }
Property Value
Methods
ArrangeOverride(Size)
Called to arrange and size the content of a scale.
Declaration
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
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
availableSize
Size
The maximum size that the method can return.
Returns
Size
The size of the control, up to the maximum specified by constraint.