XYSeriesUnwrapAnimation.Direction Property
Gets or sets the direction of the Unwrap XY-series animation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
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. |
Vertical | The series will be unwrapped vertically. |
See Also