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

Chart Reveal Animation which wraps RevealAnimation class.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public class ChartRevealAnimation : ChartAnimationBase

Inheritance: objectChartAnimationBaseChartRevealAnimation

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

Constructors

C#
public ChartRevealAnimation()

Fields

AnimationDirectionProperty

DependencyProperty

Identifies the AnimationDirection dependency property.

C#
public static readonly DependencyProperty AnimationDirectionProperty

OrientationProperty

DependencyProperty

Identifies the Orientation dependency property.

C#
public static readonly DependencyProperty OrientationProperty

Properties

Gets or sets the SlideMode of the animation. Top means from left to right or from top to bottom.

C#
public AnimationDirection AnimationDirection { get; set; }

Orientation

Orientation

Gets or sets the orientation of the animation.

C#
public Orientation Orientation { get; set; }

Methods

Occurs when RadAnimation is being built for point animations.

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

The element that is visualized for the point.

pointDataPoint

The datapoint.

plotAreaClipRadRect

The plotAreaClip of the chart.

Returns:

RadAnimation

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

Occurs when RadAnimation is being built for series animation.

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

The path describing the series.

plotAreaClipRadRect

The plotAreaClip of the chart.

Returns:

RadAnimation

Overrides: ChartAnimationBase.BuildSeriesAnimation(FrameworkElement, RadRect)