NChartSameResolutionStickX Constants Reference
| Declared in | NChartTypes.h |
|---|
NChartSameResolutionStickX
The NChartSameResolutionStickX enum provides sticking options of plot area in the X direction for the case when axes should have same resolution.
Definition
typedef NS_ENUM(NSUInteger, NChartSameResolutionStickX ) {
NChartSameResolutionStickXCenter,
NChartSameResolutionStickXLeft,
NChartSameResolutionStickXRight,
};
Constants
NChartSameResolutionStickXCenter-
Put the plot area in the center in the X direction.
Declared In
NChartTypes.h. NChartSameResolutionStickXLeft-
Stick the plot area to the left in the X direction.
Declared In
NChartTypes.h. NChartSameResolutionStickXRight-
Stick the plot area to the right in the X direction.
Declared In
NChartTypes.h.
Declared In
NChartTypes.h