Skip to main content
All docs
V26.1
  • 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

    public enum BarChartDirection

    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