Declared in TKChartGridStyle.h

TKChartGridZPosition

@enum TKChartGridZPosition

Represents an enum that defines the grid position according to the series.

Definition

typedef NS_ENUM(NSInteger, TKChartGridZPosition ) {
   TKChartGridZPositionBelowSeries,
   TKChartGridZPositionAboveSeries,
};

Constants

TKChartGridZPositionBelowSeries
 The grid is rendered below the series (default).

Declared In TKChartGridStyle.h.

TKChartGridZPositionAboveSeries
 The grid is rendered above the series.

Declared In TKChartGridStyle.h.

Declared In

TKChartGridStyle.h