XYSeriesUnwrapAnimationModel.Direction Property
Gets or sets the value of the XYSeriesUnwrapAnimation.Direction within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Property Value
Type | Description |
---|---|
XYSeriesAnimationUnwrapDirection | The animation direction. |
Available values:
Name | Description |
---|---|
Horizontal | The series will be unwrapped horizontally. |
Vertical | The series will be unwrapped vertically. |
See Also