Back to Devexpress

PieSpinAnimationBase Class

corelibraries-devexpress-dot-xtracharts-4d8c83c6.md

latest1.8 KB
Original Source

PieSpinAnimationBase Class

The base class for all pie animations supporting spin.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class PieSpinAnimationBase :
    PieAnimationBase
vb
Public MustInherit Class PieSpinAnimationBase
    Inherits PieAnimationBase

Remarks

This class introduces the PieSpinAnimationBase.Direction property specifying the spin direction and the PieSpinAnimationBase.RotationCount specifying the rotation count.

For more information about animation, refer to the Animation topic.

Inheritance

Object ChartElement AnimationBase SeriesPointAnimationBase PieAnimationBase PieSpinAnimationBase PieSpinAnimation

PieSpinGrowUpAnimation

See Also

PieSpinAnimationBase Members

DevExpress.XtraCharts Namespace