NChartColumnAnimationType Constants Reference

Declared in NChartTypes.h

NChartColumnAnimationType

The NChartColumnAnimationType enum provides constants to control transition animation of column series.

Definition

typedef NS_ENUM(NSUInteger, NChartColumnAnimationType ) {
   NChartColumnAnimationTypeSimultaneously,
   NChartColumnAnimationTypeOneByOne,
};

Constants

NChartColumnAnimationTypeSimultaneously

Animate all series simultaneously.

Declared In NChartTypes.h.

NChartColumnAnimationTypeOneByOne

Animate series one by one.

Declared In NChartTypes.h.

Declared In

NChartTypes.h