Class ChartMoveAnimation
Chart MoveAnimation which wraps MoveAnimation class.
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ChartMoveAnimation : ChartAnimationBase
Constructors
ChartMoveAnimation()
Declaration
public ChartMoveAnimation()
Fields
MoveAnimationTypeProperty
Identifies the MoveAnimationType property.
Declaration
public static readonly DependencyProperty MoveAnimationTypeProperty
Field Value
System.Windows.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
MoveAnimationType
|
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
System.Windows.FrameworkElement
visual
The element that is visualized for the point. |
DataPoint
point
The datapoint. |
RadRect
plotAreaClip
The plotAreaClip of the chart. |
Returns
RadAnimation
|
Overrides
BuildSeriesAnimation(FrameworkElement, RadRect)
Occurs when RadAnimation is being built for series animation.
Declaration
protected override RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)
Parameters
System.Windows.FrameworkElement
seriesAnimationTarget
The path describing the series. |
RadRect
plotAreaClip
The plotAreaClip of the chart. |
Returns
RadAnimation
|