Class RadiusFactorAnimation
Custom RadAnimation for animating the RadiusFactor property of the Pie
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class RadiusFactorAnimation : RadAnimation
Constructors
RadiusFactorAnimation()
Declaration
public RadiusFactorAnimation()
Properties
Duration
The Duration of the animation.
Declaration
public TimeSpan Duration { get; set; }
Property Value
System.
|
Easing
The easing function of the animation.
Declaration
public IEasingFunction Easing { get; set; }
Property Value
System.
|
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
public override Storyboard CreateAnimation(FrameworkElement control)
Parameters
System. The control for which the animation is needed. |
Returns
System. The newly created animation. |