ClassInteractiveIndicator
Base class for interactive indicators (bar, marker needle).
Definition
Namespace:Telerik.Windows.Controls.Gauge
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class InteractiveIndicator : GraphicIndicator
Inheritance: objectGraphicIndicatorInteractiveIndicator
Derived Classes:
Inherited Members
Constructors
InteractiveIndicator()
Initializes a new instance of the InteractiveIndicator class.
Declaration
public InteractiveIndicator()
Fields
DurationProperty
Identifies the Duration dependency property.
Declaration
public static readonly DependencyProperty DurationProperty
Field Value
DependencyProperty
IsAnimatedProperty
Identifies the IsAnimated dependency property.
Declaration
public static readonly DependencyProperty IsAnimatedProperty
Field Value
DependencyProperty
Properties
Duration
Gets or sets the duration of the indicator movement animation.
Declaration
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.
Methods
OnValueChanged(double, double)
Handler of the value changed event.
Events
DragIndicatorFinished
Occurs when the dragging of indicator is finished.
Declaration
public event EventHandler DragIndicatorFinished
Event Value
DragIndicatorStarted
Occurs when the dragging of indicator is started.
Declaration
public event EventHandler DragIndicatorStarted
Event Value