Skip to main content

XYSeriesUnwrapAnimationModel.Direction Property

Gets or sets the value of the XYSeriesUnwrapAnimation.Direction within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public XYSeriesAnimationUnwrapDirection Direction { get; set; }

Property Value

Type Description
XYSeriesAnimationUnwrapDirection

The animation direction.

Available values:

Name Description
Horizontal

The series will be unwrapped horizontally.

XYSeriesAnimationUnwrapDirection.Horizontal

Vertical

The series will be unwrapped vertically.

XYSeriesAnimationUnwrapDirection.Vertical

See Also