Enum AxisType
Defines the possible type for an axis.
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.dll
Syntax
public enum AxisType
First
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.
Second
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.