Class
ChartMoveAnimation

Chart MoveAnimation which wraps MoveAnimation class.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class ChartMoveAnimation : ChartAnimationBase

Inheritance: objectChartAnimationBaseChartMoveAnimation

Derived Classes: ChartDropFadeAnimation

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

Constructors

ChartMoveAnimation()

Declaration

cs-api-definition
public ChartMoveAnimation()

Fields

MoveAnimationTypeProperty

Identifies the MoveAnimationType property.

Declaration

cs-api-definition
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

cs-api-definition
public MoveAnimationType MoveAnimationType { get; set; }

Property Value

MoveAnimationType

Methods

BuildPointAnimation(FrameworkElement, DataPoint, RadRect)

Occurs when RadAnimation is being built for point animations.

Declaration

cs-api-definition
protected override RadAnimation BuildPointAnimation(FrameworkElement visual, DataPoint point, RadRect plotAreaClip)

Parameters

visual

FrameworkElement

The element that is visualized for the point.

point

DataPoint

The datapoint.

plotAreaClip

RadRect

The plotAreaClip of the chart.

Returns

RadAnimation

Overrides ChartAnimationBase.BuildPointAnimation(FrameworkElement, DataPoint, RadRect)

BuildSeriesAnimation(FrameworkElement, RadRect)

Occurs when RadAnimation is being built for series animation.

Declaration

cs-api-definition
protected override RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)

Parameters

seriesAnimationTarget

FrameworkElement

The path describing the series.

plotAreaClip

RadRect

The plotAreaClip of the chart.

Returns

RadAnimation

Overrides ChartAnimationBase.BuildSeriesAnimation(FrameworkElement, RadRect)