Declared in TKChartAnnotation.h

TKChartAnnotationZPosition

@enum TKChartAnnotationZPosition

The annotation’s position according to the series.

Definition

typedef NS_ENUM(NSInteger, TKChartAnnotationZPosition ) {
   TKChartAnnotationZPositionBelowSeries,
   TKChartAnnotationZPositionAboveSeries,
};

Constants

TKChartAnnotationZPositionBelowSeries
 The annotation is rendered below the series (default).

Declared In TKChartAnnotation.h.

TKChartAnnotationZPositionAboveSeries
 The annotation is rendered above the series.

Declared In TKChartAnnotation.h.

Declared In

TKChartAnnotation.h