RadControls for WinForms

Defines the supported locations that an axis rendered horizontally 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 AxisVerticalLocation
Visual Basic
Public Enumeration AxisVerticalLocation

Members

Member nameValueDescription
Bottom0 Axis (rendered horizontally) should be located below the plot area.
Top1 Axis (rendered horizontally) should be located above the plot area.

See Also