Skip to main content

Diagram3DAnimationActionCollection Class

Stores individual animation actions for Diagram3D.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public class Diagram3DAnimationActionCollection :
    ChartElementCollection<Diagram3DAnimationAction>

The following members return Diagram3DAnimationActionCollection objects:

Remarks

Each animation action is represented by a Diagram3DAnimationAction descendant.

See Also