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

Diagram3DAnimationAction Class

The base class for all animation actions for Diagram3D.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, 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