NChartTooltipImageAlignment Constants Reference

Declared in NChartTypes.h

NChartTooltipImageAlignment

The NChartTooltipImageAlignment enum provides constants to control position of tooltip’s image.

Definition

typedef NS_ENUM(NSUInteger, NChartTooltipImageAlignment ) {
   NChartTooltipImageAlignmentLeft,
   NChartTooltipImageAlignmentRight,
   NChartTooltipImageAlignmentTop,
   NChartTooltipImageAlignmentBottom,
};

Constants

NChartTooltipImageAlignmentLeft

Align the image on the left of the text in the tooltip.

Declared In NChartTypes.h.

NChartTooltipImageAlignmentRight

Align the image on the right of the text in the tooltip.

Declared In NChartTypes.h.

NChartTooltipImageAlignmentTop

Align the image on the top of the text in the tooltip.

Declared In NChartTypes.h.

NChartTooltipImageAlignmentBottom

Align the image on the bottom of the text in the tooltip.

Declared In NChartTypes.h.

Declared In

NChartTypes.h