RadControls for WinForms

Defines the possible type for an axis.

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

Syntax

C#
public enum AxisType
Visual Basic
Public Enumeration AxisType

Members

Member nameValueDescription
First0 Defines the first axis. This value is coordinate-system specific. It represents the X (or the Horizontal) axis for a Cartesian coordinate system and the Value (or the Radius) axis for a Polar coordinate system.
Second1 Defines the second axis. This value is coordinate-system specific. It represents the Y (or Vertical) axis for a Cartesian coordinate system and the Angle axis for a Polar coordinate system.

See Also