NChartCalloutOverlappingPrevention Constants Reference
Declared in | NChartTypes.h |
---|
NChartCalloutOverlappingPrevention
The NChartCalloutOverlappingPrevention enum provides constants to determine the overlapping prevention algorithm for callouts.
Definition
typedef NS_ENUM(NSUInteger, NChartCalloutOverlappingPrevention ) {
NChartCalloutOverlappingPreventionNone,
NChartCalloutOverlappingPreventionPlaceAside,
NChartCalloutOverlappingPreventionPlaceAsideIfNeeded,
};
Constants
NChartCalloutOverlappingPreventionNone
-
Do not prevent overlapping.
Declared In
NChartTypes.h
. NChartCalloutOverlappingPreventionPlaceAside
-
Prevent overlapping by placing all the callouts on the left and right borders of the chart plot area.
Declared In
NChartTypes.h
. NChartCalloutOverlappingPreventionPlaceAsideIfNeeded
-
Prevent overlapping by adaptively choosing if the callout should be placed normally (as if no overlapping prevention acts) or on the left/right border of the chart plot area.
Declared In
NChartTypes.h
.
Declared In
NChartTypes.h