Skip to main content

Diagram3DAnimationAction Class

The base class for all animation actions for Diagram3D.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public abstract class Diagram3DAnimationAction :
    ChartElement

Remarks

To define the animation actions that should be applied to a Diagram3D object, add the corresponding actions (the Diagram3DAnimationAction class descendants) to the Diagram3DAnimationActionCollection, which is assigned to the Diagram3DAnimation.Actions property.

See Also