Back to Devexpress

XYSeriesUnwrapAnimation.Direction Property

corelibraries-devexpress-dot-xtracharts-dot-xyseriesunwrapanimation.md

latest1.7 KB
Original Source

XYSeriesUnwrapAnimation.Direction Property

Gets or sets the direction of the Unwrap XY-series animation.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public XYSeriesAnimationUnwrapDirection Direction { get; set; }
vb
Public Property Direction As XYSeriesAnimationUnwrapDirection

Property Value

TypeDescription
XYSeriesAnimationUnwrapDirection

A XYSeriesAnimationUnwrapDirection enumeration value.

|

Available values:

NameDescription
Horizontal

The series will be unwrapped horizontally.

| | Vertical |

The series will be unwrapped vertically.

|

See Also

XYSeriesUnwrapAnimation Class

XYSeriesUnwrapAnimation Members

DevExpress.XtraCharts Namespace