ClassChartDropFadeAnimation
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:
public class ChartDropFadeAnimation : ChartMoveAnimation
Inheritance: objectChartAnimationBaseChartMoveAnimationChartDropFadeAnimation
Inherited Members
Constructors
ChartDropFadeAnimation()
Declaration
public ChartDropFadeAnimation()
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
visual
FrameworkElement
The element that is visualized for the point.
point
The datapoint.
plotAreaClip
The plotAreaClip of the chart.
Returns
Overrides
BuildSeriesAnimation(FrameworkElement, RadRect)
Occurs when RadAnimation is being built for series animation.
Declaration
protected override RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)
Parameters
seriesAnimationTarget
FrameworkElement
The path describing the series.
plotAreaClip
The plotAreaClip of the chart.
Returns
Overrides