Class AxisType
Defines the possible type for an axis.
Inheritance
Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class AxisType : Enum
Fields
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.
Declaration
public const AxisType First
Field Value
AxisType
|
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.
Declaration
public const AxisType Second
Field Value
AxisType
|
value__
Declaration
public int value__
Field Value
System.Int32
|