Class ChartDropFadeAnimation
Custom chart animation which combines Move
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 Rad
Declaration
protected override RadAnimation BuildPointAnimation(FrameworkElement visual, DataPoint point, RadRect plotAreaClip)
Parameters
System. The element that is visualized for the point. |
Data The datapoint. |
Rad The plotAreaClip of the chart. |
Returns
Overrides
BuildSeriesAnimation(FrameworkElement, RadRect)
Occurs when Rad
Declaration
protected override RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)
Parameters
System. The path describing the series. |
Rad The plotAreaClip of the chart. |