NChartTooltipVerticalAlignment Constants Reference
| Declared in | NChartTypes.h |
|---|
NChartTooltipVerticalAlignment
The NChartTooltipVerticalAlignment enum provides constants for vertical alignment of the tooltip.
Definition
typedef NS_ENUM(NSUInteger, NChartTooltipVerticalAlignment ) {
NChartTooltipVerticalAlignmentTop,
NChartTooltipVerticalAlignmentCenter,
NChartTooltipVerticalAlignmentBottom,
};
Constants
NChartTooltipVerticalAlignmentTop-
Align tooltip on the top of it’s pivot (the point it is connected with).
Declared In
NChartTypes.h. NChartTooltipVerticalAlignmentCenter-
Align tooltip with it’s pivot (the point it is connected with) in the center.
Declared In
NChartTypes.h. NChartTooltipVerticalAlignmentBottom-
Align tooltip on the bottom of it’s pivot (the point it is connected with).
Declared In
NChartTypes.h.
Declared In
NChartTypes.h