Class
NumericIndicator

Represents numeric indicator.

Definition

Namespace:Telerik.Windows.Controls.Gauge

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class NumericIndicator : GraphicIndicator

Inheritance: objectGraphicIndicatorNumericIndicator

Inherited Members GraphicIndicator.OffPositionPropertyGraphicIndicator.RefreshModePropertyGraphicIndicator.RefreshRatePropertyGraphicIndicator.SnapIntervalPropertyGraphicIndicator.SnapTypePropertyGraphicIndicator.TooltipFormatPropertyGraphicIndicator.ToolTipStylePropertyGraphicIndicator.ToolTipTemplatePropertyGraphicIndicator.ValuePropertyGraphicIndicator.ValueChangedEventGraphicIndicator.ValueSourcePropertyGraphicIndicator.UseRangeColorPropertyGraphicIndicator.MoveNext()GraphicIndicator.MovePrevious()GraphicIndicator.Reset()GraphicIndicator.StartPlayback()GraphicIndicator.StartPlayback(PropertyChangedEventHandler)GraphicIndicator.StopPlayback()GraphicIndicator.OnInitialized(EventArgs)GraphicIndicator.OnCreateAutomationPeer()GraphicIndicator.DataGraphicIndicator.InternalAnimationStartedGraphicIndicator.OffPositionGraphicIndicator.PlaybackFrameGraphicIndicator.RefreshModeGraphicIndicator.RefreshRateGraphicIndicator.RefreshTimerGraphicIndicator.SnapIntervalGraphicIndicator.SnapTypeGraphicIndicator.TooltipFormatGraphicIndicator.ToolTipStyleGraphicIndicator.ToolTipTemplateGraphicIndicator.ValueGraphicIndicator.ValueMappingsGraphicIndicator.ValueSourceGraphicIndicator.UseRangeColorGraphicIndicator.ValueChanged

Constructors

NumericIndicator()

Initializes a new instance of the NumericIndicator class.

Declaration

cs-api-definition
public NumericIndicator()

Fields

CornerRadiusProperty

Identifies the CornerRadius dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CornerRadiusProperty

Field Value

DependencyProperty

FormatProperty

Identifies the Format dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FormatProperty

Field Value

DependencyProperty

PositionsProperty

Identifies the Positions dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PositionsProperty

Field Value

DependencyProperty

Properties

CornerRadius

Gets or sets the CornerRadius.

Declaration

cs-api-definition
public CornerRadius CornerRadius { get; set; }

Property Value

CornerRadius

CornerRadius.

Format

Gets or sets value format in the numeric indicator.

Declaration

cs-api-definition
public string Format { get; set; }

Property Value

string

Positions

Gets or sets numeric positions.

Declaration

cs-api-definition
public NumberPositionCollection Positions { get; set; }

Property Value

NumberPositionCollection

Methods

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.

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate.

Declaration

cs-api-definition
public override void OnApplyTemplate()

Overrides GraphicIndicator.OnApplyTemplate()

OnValueChanged(double, double)

Called when indicator's value is changed.

Declaration

cs-api-definition
protected override void OnValueChanged(double oldValue, double newValue)

Parameters

oldValue

double

Old value.

newValue

double

New value.

Overrides GraphicIndicator.OnValueChanged(double, double)

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
public override void ResetTheme()

Overrides GraphicIndicator.ResetTheme()