Back to Devexpress

XYMarkerSlideAnimationModel Class

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

latest1.6 KB
Original Source

XYMarkerSlideAnimationModel Class

The XYMarkerSlideAnimation animation model.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
[ModelOf(typeof(XYMarkerSlideAnimation))]
public class XYMarkerSlideAnimationModel :
    XYMarkerAnimationBaseModel
vb
<ModelOf(GetType(XYMarkerSlideAnimation))>
Public Class XYMarkerSlideAnimationModel
    Inherits XYMarkerAnimationBaseModel

Inheritance

Object ChartElementModel AnimationBaseModel SeriesPointAnimationBaseModel XYMarkerAnimationBaseModel XYMarkerSlideAnimationModel

See Also

XYMarkerSlideAnimationModel Members

DevExpress.XtraCharts.Designer Namespace