InteractiveIndicator
Class
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:
Inherited Members
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
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