Skip to main content

XYSeriesDirectedAnimationBase Class

The base class for directed animations of XY-series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.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