NChartValueAxesType Constants Reference

Declared in NChartTypes.h

NChartValueAxesType

The NChartValueAxesType enum provides constants of value axes types.

Definition

typedef NS_ENUM(NSInteger, NChartValueAxesType ) {
   NChartValueAxesTypeAbsolute,
   NChartValueAxesTypeAdditive,
   NChartValueAxesTypePercent,
};

Constants

NChartValueAxesTypeAbsolute

Absolute type.

Declared In NChartTypes.h.

NChartValueAxesTypeAdditive

Additional type.

Declared In NChartTypes.h.

NChartValueAxesTypePercent

Percent type.

Declared In NChartTypes.h.

Declared In

NChartTypes.h