Skip to main content
A newer version of this page is available. .

Direction Enum

Lists values that are directions of an element orientation.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

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

Members

Name Description
LeftToRight

Specifies the left to right direction.

RightToLeft

Specifies the right to left direction.

TopToBottom

Specifies the top to bottom direction.

BottomToTop

Specifies the bottom to top direction.

Related API Members

The following properties accept/return Direction values:

See Also