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

Chart FadeAnimation which wraps FadeAnimation class.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public class ChartFadeAnimation : ChartAnimationBase

Inheritance: objectChartAnimationBaseChartFadeAnimation

Inherited Members ChartAnimationBase.DurationPropertyChartAnimationBase.DelayPropertyChartAnimationBase.EasingPropertyChartAnimationBase.DurationChartAnimationBase.DelayChartAnimationBase.Easing...

Constructors

C#
public ChartFadeAnimation()

Fields

MaxOpacityProperty

DependencyProperty

Identifies the MaxOpacity property.

C#
public static readonly DependencyProperty MaxOpacityProperty

MinOpacityProperty

DependencyProperty

Identifies the MinOpacity property.

C#
public static readonly DependencyProperty MinOpacityProperty

Properties

Gets or sets the final opacity of the animation.

C#
public double MaxOpacity { get; set; }

Gets or sets the initial opacity of the animation.

C#
public double MinOpacity { get; set; }

Methods

Creates the RadAnimation for the visual of the datapoint.

C#
protected override RadAnimation BuildPointAnimation(FrameworkElement visual, DataPoint point, RadRect plotAreaClip)
Parameters:visualFrameworkElementpointDataPointplotAreaClipRadRectReturns:

RadAnimation

Overrides: ChartAnimationBase.BuildPointAnimation(FrameworkElement, DataPoint, RadRect)

Creates the RadAnimation for the given animation target.

C#
protected override RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)
Parameters:seriesAnimationTargetFrameworkElementplotAreaClipRadRectReturns:

RadAnimation

Overrides: ChartAnimationBase.BuildSeriesAnimation(FrameworkElement, RadRect)