Class
RadiusFactorAnimation

Custom RadAnimation for animating the RadiusFactor property of the PieSeries.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class RadiusFactorAnimation : RadAnimation

Inheritance: objectRadAnimationRadiusFactorAnimation

Inherited Members RadAnimation.UpdateAnimation(FrameworkElement, Storyboard, params object[])RadAnimation.AnimationNameRadAnimation.RepeatBehaviorRadAnimation.SpeedRatio

Constructors

RadiusFactorAnimation()

Declaration

cs-api-definition
public RadiusFactorAnimation()

Properties

Duration

The Duration of the animation.

Declaration

cs-api-definition
public TimeSpan Duration { get; set; }

Property Value

TimeSpan

Easing

The easing function of the animation.

Declaration

cs-api-definition
public IEasingFunction Easing { get; set; }

Property Value

IEasingFunction

Methods

CreateAnimation(FrameworkElement)

When overridden in a derived class this method is called when the animation for an instance of a control needs to be created.

Declaration

cs-api-definition
public override Storyboard CreateAnimation(FrameworkElement control)

Parameters

control

FrameworkElement

The control for which the animation is needed.

Returns

Storyboard

The newly created animation.

Overrides RadAnimation.CreateAnimation(FrameworkElement)