ClassAngleRangeAnimation
Class
Custom RadAnimation for animating the AngleRange property of PieSeries.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
cs-api-definition
public class AngleRangeAnimation : RadAnimation
Inheritance: objectRadAnimationAngleRangeAnimation
Inherited Members
Constructors
AngleRangeAnimation()
Declaration
cs-api-definition
public AngleRangeAnimation()
Properties
Duration
The Duration of the animation.
Easing
The easing function of the animation.
Declaration
cs-api-definition
public IEasingFunction Easing { get; set; }
Property Value
IEasingFunction
InitialStartAngle
The initial value of the start angle.
InitialSweepAngle
The initial value of the sweep angle.
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