New to Telerik UI for WPFStart a free 30-day trial

Custom RadAnimation for animating the RadiusFactor property of the PieSeries.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public class RadiusFactorAnimation : RadAnimation

Inheritance: objectRadAnimationRadiusFactorAnimation

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

Constructors

C#
public RadiusFactorAnimation()

Properties

The Duration of the animation.

C#
public TimeSpan Duration { get; set; }

Easing

IEasingFunction

The easing function of the animation.

C#
public IEasingFunction Easing { get; set; }

Methods

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

C#
public override Storyboard CreateAnimation(FrameworkElement control)
Parameters:controlFrameworkElement

The control for which the animation is needed.

Returns:

Storyboard

The newly created animation.

Overrides: RadAnimation.CreateAnimation(FrameworkElement)