BarSeriesPointLayoutParameters.Direction Property
Returns the direction of the bar series point layout.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| Direction | A Direction enumeration value. |
Available values:
| 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. |
See Also