NChartCalloutLineToLabelConnectionPos Constants Reference
| Declared in | NChartTypes.h |
|---|
NChartCalloutLineToLabelConnectionPos
The NChartCalloutLineToLabelConnectionPos enum provides constants to determine the position where the line connects to the label in the callout.
Definition
typedef NS_ENUM(NSUInteger, NChartCalloutLineToLabelConnectionPos ) {
NChartCalloutLineToLabelConnectionPosAutodetect,
NChartCalloutLineToLabelConnectionPosBottomLeft,
NChartCalloutLineToLabelConnectionPosBottomCenter,
NChartCalloutLineToLabelConnectionPosBottomRight,
NChartCalloutLineToLabelConnectionPosCenterLeft,
NChartCalloutLineToLabelConnectionPosCenterRight,
NChartCalloutLineToLabelConnectionPosTopLeft,
NChartCalloutLineToLabelConnectionPosTopCenter,
NChartCalloutLineToLabelConnectionPosTopRight,
};
Constants
NChartCalloutLineToLabelConnectionPosAutodetect-
Detect the position automatically.
Declared In
NChartTypes.h. NChartCalloutLineToLabelConnectionPosBottomLeft-
Connect in the bottom left corner.
Declared In
NChartTypes.h. NChartCalloutLineToLabelConnectionPosBottomCenter-
Connect in the center of the bottom edge.
Declared In
NChartTypes.h. NChartCalloutLineToLabelConnectionPosBottomRight-
Connect in the bottom right corner.
Declared In
NChartTypes.h. NChartCalloutLineToLabelConnectionPosCenterLeft-
Connect in the center of the left edge.
Declared In
NChartTypes.h. NChartCalloutLineToLabelConnectionPosCenterRight-
Connect in the center of the right edge.
Declared In
NChartTypes.h. NChartCalloutLineToLabelConnectionPosTopLeft-
Connect in the top left corner.
Declared In
NChartTypes.h. NChartCalloutLineToLabelConnectionPosTopCenter-
Connect in the center of the top edge.
Declared In
NChartTypes.h. NChartCalloutLineToLabelConnectionPosTopRight-
Connect in the top right corner.
Declared In
NChartTypes.h.
Declared In
NChartTypes.h