NChartCrosshairTooltipPosition Constants Reference

Declared in NChartTypes.h

NChartCrosshairTooltipPosition

The NChartCrosshairTooltipPosition enum provides constants to control position of crosshair’s tooltips.

Definition

typedef NS_ENUM(NSUInteger, NChartCrosshairTooltipPosition ) {
   NChartCrosshairTooltipPositionByMin,
   NChartCrosshairTooltipPositionByMax,
};

Constants

NChartCrosshairTooltipPositionByMin

Tooltip near the minimum of the corresponding axis.

Declared In NChartTypes.h.

NChartCrosshairTooltipPositionByMax

Tooltip near the maximum of the corresponding axis.

Declared In NChartTypes.h.

Declared In

NChartTypes.h