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