Pie2DSeriesAnimationBase Members
Represents the base class for all series animations available for the 2D Pie series view.Fields
| Name | Description |
|---|---|
| BeginTimeProperty static | Identifies the AnimationBase.BeginTime dependency property. Inherited from AnimationBase. |
| DurationProperty static | Identifies the AnimationBase.Duration dependency property. Inherited from AnimationBase. |
| EasingFunctionProperty static | Identifies the AnimationBase.EasingFunction dependency property. Inherited from AnimationBase. |
Properties
| Name | Description |
|---|---|
| BeginTime | Specifies the time when the animation is started. This is a dependency property. Inherited from AnimationBase. |
| Duration | Specifies the duration of the animation. This is a dependency property. Inherited from AnimationBase. |
| EasingFunction | Specifies the easing function for the animation. This is a dependency property. Inherited from AnimationBase. |
| TypeNameSerializable | Gets the string value used to support serialization of the chart dependency object. Inherited from ChartDependencyObject. |
Methods
| Name | Description |
|---|---|
| CalculateAnimatedRadius(Double, Double) | Calculates the final radius a Pie series has after its series animation has finished. |
| CalculateAnimatedRotation(Double, Double) | Calculates the final rotation degree a Pie series has after its series animation has finished. |
| CalculateAnimatedSweepAngle(Double, Double) | Calculates the final sweep angle a Pie series has after its series animation has finished. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject. |
See Also