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