wpf-devexpress-dot-xpf-dot-charts-dot-diagram3danimationaction.md
The base class for all animation actions for Diagram3D.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public abstract class Diagram3DAnimationAction :
ChartElement
Public MustInherit Class Diagram3DAnimationAction
Inherits ChartElement
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 Diagram3DAnimation.Actions property.
Show 15 items
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ChartElementBase ChartElement Diagram3DAnimationAction Diagram3DHorizontalScrollPercentAction
Diagram3DVerticalScrollPercentAction
See Also
Diagram3DAnimationAction Members