NChartValueAxisKind Constants Reference
| Declared in | NChartTypes.h |
|---|
NChartValueAxisKind
The NChartValueAxisKind enum provides constants to indicate the value axes.
Definition
typedef NS_ENUM(NSInteger, NChartValueAxisKind ) {
NChartValueAxisX,
NChartValueAxisSX,
NChartValueAxisY,
NChartValueAxisSY,
NChartValueAxisZ,
NChartValueAxisSZ,
NChartValueAxisAzimuth,
NChartValueAxisRadius,
};
Constants
NChartValueAxisX-
X-axis.
Declared In
NChartTypes.h. NChartValueAxisSX-
Secondary X-axis.
Declared In
NChartTypes.h. NChartValueAxisY-
Y-axis.
Declared In
NChartTypes.h. NChartValueAxisSY-
Secondary Y-axis.
Declared In
NChartTypes.h. NChartValueAxisZ-
Z-axis.
Declared In
NChartTypes.h. NChartValueAxisSZ-
Secondary Z-axis.
Declared In
NChartTypes.h. NChartValueAxisAzimuth-
Azimuth-Axis.
Declared In
NChartTypes.h. NChartValueAxisRadius-
Radius-Axis.
Declared In
NChartTypes.h.
Declared In
NChartTypes.h