Class
PieChartRadiusFactorAnimation

Chart MoveAnimation which wraps RadiusFactorAnimation class.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class PieChartRadiusFactorAnimation : ChartAnimationBase

Inheritance: objectChartAnimationBasePieChartRadiusFactorAnimation

Inherited Members ChartAnimationBase.DurationPropertyChartAnimationBase.DelayPropertyChartAnimationBase.EasingPropertyChartAnimationBase.BuildPointAnimation(FrameworkElement, DataPoint, RadRect)ChartAnimationBase.DurationChartAnimationBase.DelayChartAnimationBase.Easing

Constructors

PieChartRadiusFactorAnimation()

Declaration

cs-api-definition
public PieChartRadiusFactorAnimation()

Methods

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)