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

Diagram3DAnimation.Actions Property

Specifies which parameters of the Diagram3D object should be animated. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public Diagram3DAnimationActionCollection Actions { get; }

Property Value

Type Description
Diagram3DAnimationActionCollection

A Diagram3DAnimationActionCollection object,

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