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

Diagram3DAnimationActionCollection Class

Stores individual animation actions for Diagram3D.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public class Diagram3DAnimationActionCollection :
    ChartElementCollection<Diagram3DAnimationAction>

The following members return Diagram3DAnimationActionCollection objects:

Remarks

Each animation action is represented by a Diagram3DAnimationAction descendant.

See Also