Class AxisVerticalLocation
Defines the supported locations that an axis rendered horizontally can have.
Inheritance
System.Object
AxisVerticalLocation
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class AxisVerticalLocation : Enum
Fields
Bottom
Axis (rendered horizontally) should be located below the plot area.
Declaration
public const AxisVerticalLocation Bottom
Field Value
Top
Axis (rendered horizontally) should be located above the plot area.
Declaration
public const AxisVerticalLocation Top
Field Value
value__
Declaration
public int value__
Field Value
System.
|