Diagram3DAnimationActionCollection Class
In This Article
Stores individual animation actions for Diagram3D.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public class Diagram3DAnimationActionCollection :
ChartElementCollection<Diagram3DAnimationAction>
#Related API Members
The following members return Diagram3DAnimationActionCollection objects:
#Remarks
Each animation action is represented by a Diagram3DAnimationAction descendant.
#Inheritance
See Also