Back to Devexpress

PieBurstAnimationModel Class

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

latest1.5 KB
Original Source

PieBurstAnimationModel Class

The PieBurstAnimation animation model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

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

Inheritance

Object ChartElementModel AnimationBaseModel SeriesPointAnimationBaseModel PieAnimationBaseModel PieBurstAnimationModel

See Also

PieBurstAnimationModel Members

DevExpress.XtraCharts.Designer Namespace