Back to Devexpress

XYSeriesDirectedAnimationBase Class

corelibraries-devexpress-dot-xtracharts-6b3d3bfb.md

latest1.9 KB
Original Source

XYSeriesDirectedAnimationBase Class

The base class for directed animations of XY-series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public abstract class XYSeriesDirectedAnimationBase :
    XYSeriesAnimationBase
vb
Public MustInherit Class XYSeriesDirectedAnimationBase
    Inherits XYSeriesAnimationBase

Remarks

This class introduces the XYSeriesDirectedAnimationBase.Direction property that allows specifying the animation direction.

For more information about animation, refer to the Animation topic.

Inheritance

Object ChartElement AnimationBase SeriesAnimationBase XYSeriesAnimationBase XYSeriesDirectedAnimationBase XYSeriesSlideAnimation

XYSeriesStretchAnimation

XYSeriesUnwindAnimation

See Also

XYSeriesDirectedAnimationBase Members

DevExpress.XtraCharts Namespace