Back to Devexpress

Diagram3DAnimationAction Class

wpf-devexpress-dot-xpf-dot-charts-dot-diagram3danimationaction.md

latest2.6 KB
Original Source

Diagram3DAnimationAction Class

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

Declaration

csharp
public abstract class Diagram3DAnimationAction :
    ChartElement
vb
Public MustInherit Class Diagram3DAnimationAction
    Inherits ChartElement

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 Diagram3DAnimation.Actions property.

Inheritance

Show 15 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ChartElementBase ChartElement Diagram3DAnimationAction Diagram3DHorizontalScrollPercentAction

Diagram3DPerspectiveAction

Diagram3DRotationAction

Diagram3DVerticalScrollPercentAction

Diagram3DZoomAction

See Also

Diagram3DAnimationAction Members

Diagram3DAnimationActionCollection

Actions

DevExpress.Xpf.Charts Namespace