Back to Devexpress

Diagram3DAnimation.Actions Property

wpf-devexpress-dot-xpf-dot-charts-dot-diagram3danimation-186c7058.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public Diagram3DAnimationActionCollection Actions { get; }
vb
Public ReadOnly Property Actions As Diagram3DAnimationActionCollection

Property Value

TypeDescription
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

Diagram3DAnimationAction

Diagram3DAnimation Class

Diagram3DAnimation Members

DevExpress.Xpf.Charts Namespace