Skip to main content

IndicatorAnimationUnwrapDirection Enum

Lists the values that specify the possible directions for the IndicatorUnwrapAnimation animation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[ResourceFinder(typeof(XtraChartsResFinder))]
public enum IndicatorAnimationUnwrapDirection

Members

Name Description
Horizontal

An indicator unwraps horizontally.

IndicatorAnimationUnwrapDirection-Horizontal

Vertical

An indicator unwraps vertically.

IndicatorAnimationUnwrapDirection-Vertical

Related API Members

The following properties accept/return IndicatorAnimationUnwrapDirection values:

Library Related API Members
Cross-Platform Class Library IndicatorUnwrapAnimation.Direction
WinForms Controls IndicatorUnwrapAnimationModel.Direction

See Also