New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Namespace:Telerik.Windows.Controls.Gauge

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
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

Initializes a new instance of the InteractiveIndicator class.

C#
public InteractiveIndicator()

Fields

DurationProperty

DependencyProperty

Identifies the Duration dependency property.

C#
public static readonly DependencyProperty DurationProperty

IsAnimatedProperty

DependencyProperty

Identifies the IsAnimated dependency property.

C#
public static readonly DependencyProperty IsAnimatedProperty

Properties

Duration

Duration

Gets or sets the duration of the indicator movement animation.

C#
public Duration Duration { get; set; }

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

C#
public bool IsAnimated { get; set; }

Methods

Handler of the value changed event.

C#
protected override void OnValueChanged(double oldValue, double newValue)
Parameters:oldValuedouble

Old value.

newValuedouble

New value.

Overrides: GraphicIndicator.OnValueChanged(double, double)

Events

Occurs when the dragging of indicator is finished.

C#
public event EventHandler DragIndicatorFinished

Occurs when the dragging of indicator is started.

C#
public event EventHandler DragIndicatorStarted