Custom chart animation which combines MoveAnimation and FadeAnimation . It is designed primarily for stacked area series and stacked bar series.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class ChartDropFadeAnimation : ChartMoveAnimation
Inheritance: objectChartAnimationBaseChartMoveAnimationChartDropFadeAnimation
Inherited Members
Constructors
C#
public ChartDropFadeAnimation()
Methods
Occurs when RadAnimation is being built for point animations.
Occurs when RadAnimation is being built for series animation.
C#
protected override RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)
The path describing the series.
plotAreaClipRadRectThe plotAreaClip of the chart.
Returns:Overrides: