New to Telerik UI for WPFStart a free 30-day trial

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: ChartDropFadeAnimation

Inherited Members ChartAnimationBase.DurationPropertyChartAnimationBase.DelayPropertyChartAnimationBase.EasingPropertyChartAnimationBase.DurationChartAnimationBase.DelayChartAnimationBase.Easing...

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.

C#
protected override RadAnimation BuildPointAnimation(FrameworkElement visual, DataPoint point, RadRect plotAreaClip)
Parameters:visualFrameworkElement

The element that is visualized for the point.

pointDataPoint

The datapoint.

plotAreaClipRadRect

The plotAreaClip of the chart.

Returns:

RadAnimation

Overrides: ChartAnimationBase.BuildPointAnimation(FrameworkElement, DataPoint, RadRect)

Occurs when RadAnimation is being built for series animation.

C#
protected override RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)
Parameters:seriesAnimationTargetFrameworkElement

The path describing the series.

plotAreaClipRadRect

The plotAreaClip of the chart.

Returns:

RadAnimation

Overrides: ChartAnimationBase.BuildSeriesAnimation(FrameworkElement, RadRect)