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

Custom chart animation which combines MoveAnimation and FadeAnimation . It is designed primarily for stacked area series and stacked bar series.

Definition

Constructors

C#
public ChartDropFadeAnimation()

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: ChartMoveAnimation.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: ChartMoveAnimation.BuildSeriesAnimation(FrameworkElement, RadRect)