Back to Devexpress

PieFanGrowUpAnimationModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-ccf692f4.md

latest1.5 KB
Original Source

PieFanGrowUpAnimationModel Class

The PieFanGrowUpAnimation animation model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

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

Inheritance

Object ChartElementModel AnimationBaseModel SeriesPointAnimationBaseModel PieAnimationBaseModel PieFanGrowUpAnimationModel

See Also

PieFanGrowUpAnimationModel Members

DevExpress.XtraCharts.Designer Namespace