ChartMoveAnimation
Class
Chart MoveAnimation which wraps MoveAnimation class.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class ChartMoveAnimation : ChartAnimationBase
Inheritance: objectChartAnimationBaseChartMoveAnimation
Derived Classes:
Inherited Members
Constructors
C#
public ChartMoveAnimation()
Fields
MoveAnimationTypeProperty
DependencyProperty
Identifies the MoveAnimationType property.
C#
public static readonly DependencyProperty MoveAnimationTypeProperty
Properties
Specifies the side of the Chart's PlotArea from which the element starts moving by the animation.
C#
public MoveAnimationType MoveAnimationType { get; set; }
Methods
Occurs when RadAnimation is being built for point animations.
Occurs when RadAnimation is being built for series animation.
C#
protected override RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)
The path describing the series.
plotAreaClipRadRectThe plotAreaClip of the chart.
Returns:Overrides: