NChartAxisPositionCoordValue Constants Reference

Declared in NChartTypes.h

NChartAxisPositionCoordValue

The NChartAxisPositionCoordValue enum provides constants to determine which value should be used to calculate the position coordinate of the particular axis.

Definition

typedef NS_ENUM(NSUInteger, NChartAxisPositionCoordValue ) {
   NChartAxisPositionCoordValueCustom,
   NChartAxisPositionCoordValueMinimum,
   NChartAxisPositionCoordValueMaximum,
};

Constants

NChartAxisPositionCoordValueCustom

The value is set by user.

Declared In NChartTypes.h.

NChartAxisPositionCoordValueMinimum

Minimal value of the axis is obtained.

Declared In NChartTypes.h.

NChartAxisPositionCoordValueMaximum

Maximal value of the axis is obtained.

Declared In NChartTypes.h.

Declared In

NChartTypes.h