Back to Devexpress

PieFanAnimationModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-7465332e.md

latest1.5 KB
Original Source

PieFanAnimationModel Class

The PieFanAnimation animation model.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(PieFanAnimation))]
public class PieFanAnimationModel :
    PieAnimationBaseModel
vb
<ModelOf(GetType(PieFanAnimation))>
Public Class PieFanAnimationModel
    Inherits PieAnimationBaseModel

Inheritance

Object ChartElementModel AnimationBaseModel SeriesPointAnimationBaseModel PieAnimationBaseModel PieFanAnimationModel

See Also

PieFanAnimationModel Members

DevExpress.XtraCharts.Designer Namespace