Class ChartRevealAnimation
Chart Reveal Animation which wraps Reveal
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 Animation
Declaration
public static readonly DependencyProperty AnimationDirectionProperty
Field Value
System.
|
OrientationProperty
Identifies the Orientation dependency property.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
System.
|
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
System.
|
Methods
BuildPointAnimation(FrameworkElement, DataPoint, RadRect)
Occurs when Rad
Declaration
protected override RadAnimation BuildPointAnimation(FrameworkElement visual, DataPoint point, RadRect plotAreaClip)
Parameters
System. The element that is visualized for the point. |
Data The datapoint. |
Rad The plotAreaClip of the chart. |
Returns
Overrides
BuildSeriesAnimation(FrameworkElement, RadRect)
Occurs when Rad
Declaration
protected override RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)
Parameters
System. The path describing the series. |
Rad The plotAreaClip of the chart. |