NChartSameResolutionStickY Constants Reference

Declared in NChartTypes.h

NChartSameResolutionStickY

The NChartSameResolutionStickY enum provides sticking options of plot area in the Y direction for the case when axes should have same resolution.

Definition

typedef NS_ENUM(NSUInteger, NChartSameResolutionStickY ) {
   NChartSameResolutionStickYCenter,
   NChartSameResolutionStickYBottom,
   NChartSameResolutionStickYTop,
};

Constants

NChartSameResolutionStickYCenter

Put the plot area in the center in the Y direction.

Declared In NChartTypes.h.

NChartSameResolutionStickYBottom

Stick the plot area to the bottom in the Y direction.

Declared In NChartTypes.h.

NChartSameResolutionStickYTop

Stick the plot area to the top in the Y direction.

Declared In NChartTypes.h.

Declared In

NChartTypes.h