Defines the supported locations that an axis rendered vertically can have.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.dll
Syntax:
C#
public enum AxisHorizontalLocation
Fields
Axis (rendered vertically) should be located to the left of the plot area.
C#
Left = 0
Axis (rendered vertically) should be located to the right of the plot area.
C#
Right = 1