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

Diagram3DVerticalScrollPercentAction Class

Animates the Diagram3D.VerticalScrollPercent property.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public sealed class Diagram3DVerticalScrollPercentAction :
    Diagram3DAnimationAction

Remarks

To animate the Diagram3D.VerticalScrollPercent property, add the Diagram3DVerticalScrollPercentAction class instance to the Diagram3DAnimationActionCollection, which is assigned to the Diagram3DAnimation.Actions property.

See Also