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