NChartHover Constants Reference

Declared in NChartTypes.h

NChartHover

The NChartHover enum provides constants to indicate state of hover.

Definition

typedef NS_ENUM(NSUInteger, NChartHover ) {
   NChartHoverBegan,
   NChartHoverChanged,
   NChartHoverEnded,
};

Constants

NChartHoverBegan

Hover is just started after mouse entered the object.

Declared In NChartTypes.h.

NChartHoverChanged

Hover is changed while mouse moves over the object.

Declared In NChartTypes.h.

NChartHoverEnded

Hover ended after mouse left the object.

Declared In NChartTypes.h.

Declared In

NChartTypes.h