Class ChartAnimationBase
Base class for chart animations applicable to series or point visuals.
Inheritance
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ChartAnimationBase : DependencyObject
Constructors
ChartAnimationBase()
Fields
DelayProperty
Identifies the Delay property.
Declaration
public static readonly DependencyProperty DelayProperty
Field Value
System.
|
DurationProperty
Identifies the Duration property.
Declaration
public static readonly DependencyProperty DurationProperty
Field Value
System.
|
EasingProperty
Identifies the Easing property.
Declaration
public static readonly DependencyProperty EasingProperty
Field Value
System.
|
Properties
Delay
Gets or sets the delay of this chart animation instance.
Declaration
public TimeSpan Delay { get; set; }
Property Value
System.
|
Duration
Gets or sets the duration of this chart animation instance.
Declaration
public TimeSpan Duration { get; set; }
Property Value
System.
|
Easing
Gets or sets the easing function used in this chart animation instance.
Declaration
public IEasingFunction Easing { get; set; }
Property Value
System.
|
Methods
BuildPointAnimation(FrameworkElement, DataPoint, RadRect)
Occurs when Rad
Declaration
protected virtual RadAnimation BuildPointAnimation(FrameworkElement visual, DataPoint point, RadRect plotAreaClip)
Parameters
System. The element that is visualized for the point. |
Data The datapoint. |
Rad The plotAreaClip of the chart. |
Returns
BuildSeriesAnimation(FrameworkElement, RadRect)
Occurs when Rad
Declaration
protected virtual RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)
Parameters
System. The path describing the series. |
Rad The plotAreaClip of the chart. |