Back to Devexpress

XYSeriesBlowUpAnimationModel Class

windowsforms-devexpress-dot-xtracharts-dot-designer-56b9e5cf.md

latest1.6 KB
Original Source

XYSeriesBlowUpAnimationModel Class

The XYSeriesBlowUpAnimation animation model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(XYSeriesBlowUpAnimation))]
public class XYSeriesBlowUpAnimationModel :
    XYSeriesAnimationBaseModel
vb
<ModelOf(GetType(XYSeriesBlowUpAnimation))>
Public Class XYSeriesBlowUpAnimationModel
    Inherits XYSeriesAnimationBaseModel

Inheritance

Object ChartElementModel AnimationBaseModel SeriesAnimationBaseModel XYSeriesAnimationBaseModel XYSeriesBlowUpAnimationModel

See Also

XYSeriesBlowUpAnimationModel Members

DevExpress.XtraCharts.Designer Namespace