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

XYSeriesUnwrapAnimation.Direction Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty]
public XYSeriesAnimationUnwrapDirection Direction { get; set; }

Property Value

Type Description
XYSeriesAnimationUnwrapDirection

A XYSeriesAnimationUnwrapDirection enumeration value.

Available values:

Name Description
Horizontal

The series will be unwrapped horizontally.

XYSeriesAnimationUnwrapDirection.Horizontal

Vertical

The series will be unwrapped vertically.

XYSeriesAnimationUnwrapDirection.Vertical

See Also