NChartLineAnimationType Constants Reference

Declared in NChartTypes.h

NChartLineAnimationType

The NChartLineAnimationType enum provides constants to control transition animation of line series.

Definition

typedef NS_ENUM(NSUInteger, NChartLineAnimationType ) {
   NChartLineAnimationTypeGrowUp,
   NChartLineAnimationTypeGrowRight,
};

Constants

NChartLineAnimationTypeGrowUp

Make lines grow upwards.

Declared In NChartTypes.h.

NChartLineAnimationTypeGrowRight

Make lines grow from the left to the right.

Declared In NChartTypes.h.

Declared In

NChartTypes.h