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
Constructors
C#
public RadiusFactorAnimation()
Properties
Easing
IEasingFunction
The easing function of the animation.
C#
public IEasingFunction Easing { get; set; }
Methods
CreateAnimation(FrameworkElement)
Storyboard
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)
The control for which the animation is needed.
Returns:Storyboard
The newly created animation.
Overrides: