ChartAnimationBase
Base class for chart animations applicable to series or point visuals.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class ChartAnimationBase : DependencyObject
Inheritance: objectChartAnimationBase
Derived Classes:
Constructors
Initializes a new instance of the ChartAnimationBase class.
public ChartAnimationBase()
Fields
DelayProperty
DependencyProperty
Identifies the Delay property.
public static readonly DependencyProperty DelayProperty
DurationProperty
DependencyProperty
Identifies the Duration property.
public static readonly DependencyProperty DurationProperty
EasingProperty
DependencyProperty
Identifies the Easing property.
public static readonly DependencyProperty EasingProperty
Properties
Gets or sets the delay of this chart animation instance.
public TimeSpan Delay { get; set; }
Gets or sets the duration of this chart animation instance.
public TimeSpan Duration { get; set; }
Easing
IEasingFunction
Gets or sets the easing function used in this chart animation instance.
public IEasingFunction Easing { get; set; }
Methods
Occurs when RadAnimation is being built for point animations.
Occurs when RadAnimation is being built for series animation.
protected virtual RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)
The path describing the series.
plotAreaClipRadRectThe plotAreaClip of the chart.
Returns: