ClassChartRevealAnimation
Chart Reveal Animation which wraps RevealAnimation class.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class ChartRevealAnimation : ChartAnimationBase
Inheritance: objectChartAnimationBaseChartRevealAnimation
Inherited Members
Constructors
ChartRevealAnimation()
Declaration
public ChartRevealAnimation()
Fields
AnimationDirectionProperty
Identifies the AnimationDirection dependency property.
Declaration
public static readonly DependencyProperty AnimationDirectionProperty
Field Value
DependencyProperty
OrientationProperty
Identifies the Orientation dependency property.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
DependencyProperty
Properties
AnimationDirection
Gets or sets the SlideMode of the animation. Top means from left to right or from top to bottom.
Declaration
public AnimationDirection AnimationDirection { get; set; }
Property Value
Orientation
Gets or sets the orientation of the animation.
Declaration
public Orientation Orientation { get; set; }
Property Value
Orientation
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
visual
FrameworkElement
The element that is visualized for the point.
point
The datapoint.
plotAreaClip
The plotAreaClip of the chart.
Returns
Overrides
BuildSeriesAnimation(FrameworkElement, RadRect)
Occurs when RadAnimation is being built for series animation.
Declaration
protected override RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)
Parameters
seriesAnimationTarget
FrameworkElement
The path describing the series.
plotAreaClip
The plotAreaClip of the chart.
Returns
Overrides