BarChartDirection Enum
Lists values that specify the orientation of bars in a bar or column chart.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Members
| Name | Description |
|---|---|
Column
|
Bars are drawn vertically. The chart is displayed as a column chart. |
Bar
|
Bars are drawn horizontally. The chart is displayed as a bar chart. |
Related API Members
The following properties accept/return BarChartDirection values:
See Also