Class AxisHorizontalLocation
Defines the supported locations that an axis rendered vertically can have.
Inheritance
System.Object
AxisHorizontalLocation
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class AxisHorizontalLocation : Enum
Fields
Left
Axis (rendered vertically) should be located to the left of the plot area.
Declaration
public const AxisHorizontalLocation Left
Field Value
AxisHorizontalLocation
|
Right
Axis (rendered vertically) should be located to the right of the plot area.
Declaration
public const AxisHorizontalLocation Right
Field Value
AxisHorizontalLocation
|
value__
Declaration
public int value__
Field Value
System.Int32
|