RadControls for WinForms

Defines the supported locations that an axis rendered vertically can have.

Namespace: Telerik.Charting
Assembly: Telerik.WinControls.ChartView (in Telerik.WinControls.ChartView.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public enum AxisHorizontalLocation
Visual Basic
Public Enumeration AxisHorizontalLocation

Members

Member nameValueDescription
Left0 Axis (rendered vertically) should be located to the left of the plot area.
Right1 Axis (rendered vertically) should be located to the right of the plot area.

See Also