NChartCalloutLineType Constants Reference

Declared in NChartTypes.h

NChartCalloutLineType

The NChartCalloutLineType enum provides constants to determine the appearance of the callout line.

Definition

typedef NS_ENUM(NSUInteger, NChartCalloutLineType ) {
   NChartCalloutLineTypeStraight,
   NChartCalloutLineTypeBroken,
};

Constants

NChartCalloutLineTypeStraight

Straight line.

Declared In NChartTypes.h.

NChartCalloutLineTypeBroken

Broken line.

Declared In NChartTypes.h.

Declared In

NChartTypes.h