Class
ChartRevealAnimation

Chart Reveal Animation which wraps RevealAnimation class.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class ChartRevealAnimation : ChartAnimationBase

Inheritance: objectChartAnimationBaseChartRevealAnimation

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

Constructors

ChartRevealAnimation()

Declaration

cs-api-definition
public ChartRevealAnimation()

Fields

AnimationDirectionProperty

Identifies the AnimationDirection dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AnimationDirectionProperty

Field Value

DependencyProperty

OrientationProperty

Identifies the Orientation dependency property.

Declaration

cs-api-definition
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

cs-api-definition
public AnimationDirection AnimationDirection { get; set; }

Property Value

AnimationDirection

Orientation

Gets or sets the orientation of the animation.

Declaration

cs-api-definition
public Orientation Orientation { get; set; }

Property Value

Orientation

Methods

BuildPointAnimation(FrameworkElement, DataPoint, RadRect)

Occurs when RadAnimation is being built for point animations.

Declaration

cs-api-definition
protected override RadAnimation BuildPointAnimation(FrameworkElement visual, DataPoint point, RadRect plotAreaClip)

Parameters

visual

FrameworkElement

The element that is visualized for the point.

point

DataPoint

The datapoint.

plotAreaClip

RadRect

The plotAreaClip of the chart.

Returns

RadAnimation

Overrides ChartAnimationBase.BuildPointAnimation(FrameworkElement, DataPoint, RadRect)

BuildSeriesAnimation(FrameworkElement, RadRect)

Occurs when RadAnimation is being built for series animation.

Declaration

cs-api-definition
protected override RadAnimation BuildSeriesAnimation(FrameworkElement seriesAnimationTarget, RadRect plotAreaClip)

Parameters

seriesAnimationTarget

FrameworkElement

The path describing the series.

plotAreaClip

RadRect

The plotAreaClip of the chart.

Returns

RadAnimation

Overrides ChartAnimationBase.BuildSeriesAnimation(FrameworkElement, RadRect)