Skip to main content
A newer version of this page is available. .

XYSeriesDirectedAnimationBase Class

The base class for directed animations of XY-series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public abstract class XYSeriesDirectedAnimationBase :
    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.

See Also