Diagram3DAnimation.Actions Property
In This Article
Specifies which parameters of the Diagram3D object should be animated. This is a dependency property.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public Diagram3DAnimationActionCollection Actions { get; }
#Property Value
Type | Description |
---|---|
Diagram3DAnimation |
A Diagram3DAnimation |
#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 Actions property.
See Also