Class ChartHistogramDataOrientation
Gets or sets the orientation of the data in the ChartHistogramSource.
Inheritance
System.Object
ChartHistogramDataOrientation
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class ChartHistogramDataOrientation : Enum
Fields
Horizontal
The data intervals are oriented according to the horizontal axis.
Declaration
public const ChartHistogramDataOrientation Horizontal
Field Value
ChartHistogramDataOrientation
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
The data intervals are oriented according to the vertical axis.
Declaration
public const ChartHistogramDataOrientation Vertical
Field Value
ChartHistogramDataOrientation
|