DXAxisPosition Enum
Lists the values indicating available axis positions.
Declaration
typedef NS_ENUM(NSInteger, DXAxisPosition) {
DXAxisPositionNear = 0,
DXAxisPositionFar = 1,
}
Members
Name | Description |
---|---|
DXAxisPositionNear
|
An axis is displayed at the left (in the left-to-right mode) or bottom side of the plot area, depending on its type and the chart orientation. |
DXAxisPositionFar
|
An axis is displayed at the right (in the left-to-right mode) or top side of the plot area, depending on its type and the chart orientation. |
Remarks
The DXAxisBase.position property uses this enumeration’s values.