Class
StateIndicator

Represents state indicator.

Definition

Namespace:Telerik.Windows.Controls.Gauge

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class StateIndicator : GraphicIndicator

Inheritance: objectGraphicIndicatorStateIndicator

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

Constructors

StateIndicator()

Initializes a new instance of the StateIndicator class.

Declaration

cs-api-definition
public StateIndicator()

Fields

StrokeThicknessProperty

Identifies the StrokeThickness dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StrokeThicknessProperty

Field Value

DependencyProperty

Properties

StrokeThickness

Gets or sets stroke thickness.

Declaration

cs-api-definition
public double StrokeThickness { get; set; }

Property Value

double

Methods

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)