Back to Devexpress

XYSeriesUnwindAnimationModel Class

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

latest1.7 KB
Original Source

XYSeriesUnwindAnimationModel Class

The XYSeriesUnwindAnimation animation model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(XYSeriesUnwindAnimation))]
public class XYSeriesUnwindAnimationModel :
    XYSeriesDirectedAnimationBaseModel
vb
<ModelOf(GetType(XYSeriesUnwindAnimation))>
Public Class XYSeriesUnwindAnimationModel
    Inherits XYSeriesDirectedAnimationBaseModel

Inheritance

Object ChartElementModel AnimationBaseModel SeriesAnimationBaseModel XYSeriesAnimationBaseModel XYSeriesDirectedAnimationBaseModel XYSeriesUnwindAnimationModel

See Also

XYSeriesUnwindAnimationModel Members

DevExpress.XtraCharts.Designer Namespace