ChartRevealAnimation
Class
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
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.
Occurs when RadAnimation is being built for series animation.
C#
protected override RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)
The path describing the series.
plotAreaClipRadRectThe plotAreaClip of the chart.
Returns:Overrides: