Class InteractiveIndicator
Base class for interactive indicators (bar, marker needle).
Inherited Members
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class InteractiveIndicator : GraphicIndicator, IThemable
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
System.Windows.DependencyProperty
|
IsAnimatedProperty
Identifies the IsAnimated dependency property.
Declaration
public static readonly DependencyProperty IsAnimatedProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Duration
Gets or sets the duration of the indicator movement animation.
Declaration
public Duration Duration { get; set; }
Property Value
System.Windows.Duration
|
IsAnimated
Gets or sets value that indicates whether the indicator animates movement from one value to another.
Declaration
public bool IsAnimated { get; set; }
Property Value
System.Boolean
|
Methods
OnValueChanged(Double, Double)
Handler of the value changed event.
Declaration
protected override void OnValueChanged(double oldValue, double newValue)
Parameters
System.Double
oldValue
Old value. |
System.Double
newValue
New value. |
Overrides
Events
DragIndicatorFinished
Occurs when the dragging of indicator is finished.
Declaration
public event EventHandler DragIndicatorFinished
Event Type
System.EventHandler
|
DragIndicatorStarted
Occurs when the dragging of indicator is started.
Declaration
public event EventHandler DragIndicatorStarted
Event Type
System.EventHandler
|