NChartAxisTickType Constants Reference

Declared in NChartTypes.h

NChartAxisTickType

The NChartAxisTickType enum provides constants to determine the ticks' layout on the axes.

Definition

typedef NS_ENUM(NSInteger, NChartAxisTickType ) {
   NChartAxisTickTypeInner,
   NChartAxisTickTypeOuter,
   NChartAxisTickTypeBoth,
};

Constants

NChartAxisTickTypeInner

Ticks are on the inner side of the axis.

Declared In NChartTypes.h.

NChartAxisTickTypeOuter

Ticks are on the outer side of the axis.

Declared In NChartTypes.h.

NChartAxisTickTypeBoth

Ticks are both on the inner and outer sides of the axis.

Declared In NChartTypes.h.

Declared In

NChartTypes.h