Back to Devexpress

XYSeriesStretchAnimationModel Class

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

latest1.7 KB
Original Source

XYSeriesStretchAnimationModel Class

The XYSeriesStretchAnimation animation model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

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

Inheritance

Object ChartElementModel AnimationBaseModel SeriesAnimationBaseModel XYSeriesAnimationBaseModel XYSeriesDirectedAnimationBaseModel XYSeriesStretchAnimationModel

See Also

XYSeriesStretchAnimationModel Members

DevExpress.XtraCharts.Designer Namespace