Back to Devexpress

IndicatorAnimationUnwrapDirection Enum

corelibraries-devexpress-dot-xtracharts-44ffc83a.md

latest1.8 KB
Original Source

IndicatorAnimationUnwrapDirection Enum

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[ResourceFinder(typeof(XtraChartsResFinder))]
public enum IndicatorAnimationUnwrapDirection
vb
<ResourceFinder(GetType(XtraChartsResFinder))>
Public Enum IndicatorAnimationUnwrapDirection

Members

NameDescription
Horizontal

An indicator unwraps horizontally.

| | Vertical |

An indicator unwraps vertically.

|

The following properties accept/return IndicatorAnimationUnwrapDirection values:

LibraryRelated API Members
Cross-Platform Class LibraryIndicatorUnwrapAnimation.Direction
WinForms ControlsIndicatorUnwrapAnimationModel.Direction

See Also

DevExpress.XtraCharts Namespace