Skip to main content

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.v23.2.dll

NuGet Package: 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