IndicatorUnwrapAnimation.Direction Property
Gets or sets the direction of the Unwrap indicator animation.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraSerializableProperty]
public IndicatorAnimationUnwrapDirection Direction { get; set; }
Property Value
Type | Description |
---|---|
IndicatorAnimationUnwrapDirection | The value that specifies the direction of the animation. |
Available values:
Name | Description |
---|---|
Horizontal | An indicator unwraps horizontally. |
Vertical | An indicator unwraps vertically. |
Remarks
The following values are available.
Direction | Example | Description |
---|---|---|
Horizontal | An indicator unwraps horizontally. | |
Vertical | An indicator unwraps vertically. |
See Also