Class
InteractiveIndicator

Base class for interactive indicators (bar, marker needle).

Definition

Namespace:Telerik.Windows.Controls.Gauge

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class InteractiveIndicator : GraphicIndicator

Inheritance: objectGraphicIndicatorInteractiveIndicator

Derived Classes: BarIndicatorMarkerNeedle

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

InteractiveIndicator()

Initializes a new instance of the InteractiveIndicator class.

Declaration

cs-api-definition
public InteractiveIndicator()

Fields

DurationProperty

Identifies the Duration dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DurationProperty

Field Value

DependencyProperty

IsAnimatedProperty

Identifies the IsAnimated dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsAnimatedProperty

Field Value

DependencyProperty

Properties

Duration

Gets or sets the duration of the indicator movement animation.

Declaration

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

Property Value

Duration

IsAnimated

Gets or sets value that indicates whether the indicator animates movement from one value to another.

Declaration

cs-api-definition
public bool IsAnimated { get; set; }

Property Value

bool

Methods

OnValueChanged(double, double)

Handler of the value changed event.

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)

Events

DragIndicatorFinished

Occurs when the dragging of indicator is finished.

Declaration

cs-api-definition
public event EventHandler DragIndicatorFinished

Event Value

EventHandler

DragIndicatorStarted

Occurs when the dragging of indicator is started.

Declaration

cs-api-definition
public event EventHandler DragIndicatorStarted

Event Value

EventHandler