NChartAnimationType Constants Reference
Declared in | NChartTypes.h |
---|
NChartAnimationType
The NChartAnimationType enum provides constants to indicate different animations of the chart objects.
Definition
typedef NS_ENUM(NSUInteger, NChartAnimationType ) {
NChartAnimationTypeTransition,
NChartAnimationTypeHighlight,
NChartAnimationTypeZoom,
NChartAnimationTypePan,
NChartAnimationTypeWheel,
};
Constants
NChartAnimationTypeTransition
-
Animation of transition from the one data set to the other.
Declared In
NChartTypes.h
. NChartAnimationTypeHighlight
-
Animation of point highlighting.
Declared In
NChartTypes.h
. NChartAnimationTypeZoom
-
Animation of zoom.
Declared In
NChartTypes.h
. NChartAnimationTypePan
-
Animation of pan.
Declared In
NChartTypes.h
. NChartAnimationTypeWheel
-
Animation of pie and polar coordinate system rotation.
Declared In
NChartTypes.h
.
Declared In
NChartTypes.h