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

XYSeriesAnimationUnwrapDirection Enum

Lists directions of the XYSeriesUnwrapAnimation animation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

[ResourceFinder(typeof(XtraChartsResFinder))]
public enum XYSeriesAnimationUnwrapDirection

Members

Name Description
Horizontal

The series will be unwrapped horizontally.

XYSeriesAnimationUnwrapDirection.Horizontal

Vertical

The series will be unwrapped vertically.

XYSeriesAnimationUnwrapDirection.Vertical

Related API Members

The following properties accept/return XYSeriesAnimationUnwrapDirection values:

Library Related API Members
Cross-Platform Class Library XYSeriesUnwrapAnimation.Direction
WinForms Controls XYSeriesUnwrapAnimationModel.Direction

See Also