Enum BarDirection
Specifies the orientation of bar visuals in bar charts, affecting whether categories run along the X or Y axis.
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public enum BarDirection
Bar
Horizontal bars (categories on the Y axis, values on the X axis).
Column
Vertical columns (categories on the X axis, values on the Y axis).