Class RadiusFactorAnimation
Custom RadAnimation for animating the RadiusFactor property of the PieSeries.
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.TimeSpan
|
Easing
The easing function of the animation.
Declaration
public IEasingFunction Easing { get; set; }
Property Value
System.Windows.Media.Animation.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
public override Storyboard CreateAnimation(FrameworkElement control)
Parameters
System.Windows.FrameworkElement
control
The control for which the animation is needed. |
Returns
System.Windows.Media.Animation.Storyboard
The newly created animation. |