NChartTooltipArrowOrientation Constants Reference
| Declared in | NChartTypes.h |
|---|
NChartTooltipArrowOrientation
The NChartTooltipArrowOrientation enum provides constants to control direction of tooltip’s arrow.
Definition
typedef NS_ENUM(NSUInteger, NChartTooltipArrowOrientation ) {
NChartTooltipArrowOrientationNone,
NChartTooltipArrowOrientationLeft,
NChartTooltipArrowOrientationRight,
NChartTooltipArrowOrientationBottom,
NChartTooltipArrowOrientationTop,
};
Constants
NChartTooltipArrowOrientationNone-
No arrow.
Declared In
NChartTypes.h. NChartTooltipArrowOrientationLeft-
Direct arrow to the left.
Declared In
NChartTypes.h. NChartTooltipArrowOrientationRight-
Direct arrow to the right.
Declared In
NChartTypes.h. NChartTooltipArrowOrientationBottom-
Direct arrow to the bottom.
Declared In
NChartTypes.h. NChartTooltipArrowOrientationTop-
Direct arrow to the top.
Declared In
NChartTypes.h.
Declared In
NChartTypes.h