Defines the supported locations that an axis rendered horizontally can have.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.dll
Syntax:
C#
public enum AxisVerticalLocation
Fields
Axis (rendered horizontally) should be located below the plot area.
C#
Bottom = 0
Axis (rendered horizontally) should be located above the plot area.
C#
Top = 1