Enum
AxisType

Defines the possible type for an axis.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public enum AxisType

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

cs-api-definition
First = 0

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

cs-api-definition
Second = 1

Field Value

AxisType

In this article
DefinitionFieldsFirstSecond
Not finding the help you need?
Contact Support