Class ChartDropFadeAnimation
Custom chart animation which combines MoveAnimation and FadeAnimation . It is designed primarily for stacked area series and stacked bar series.
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class ChartDropFadeAnimation : ChartMoveAnimation
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
System.Windows.FrameworkElement
visual
The element that is visualized for the point. |
DataPoint
point
The datapoint. |
RadRect
plotAreaClip
The plotAreaClip of the chart. |
Returns
RadAnimation
|
Overrides
BuildSeriesAnimation(FrameworkElement, RadRect)
Occurs when RadAnimation is being built for series animation.
Declaration
protected override RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)
Parameters
System.Windows.FrameworkElement
seriesAnimationTarget
The path describing the series. |
RadRect
plotAreaClip
The plotAreaClip of the chart. |
Returns
RadAnimation
|