Declared in TKChartGridStyle.h

TKChartGridDrawMode

@enum TKGridDrawOrder

Represents the order of drawing.

Definition

typedef NS_ENUM(NSInteger, TKChartGridDrawMode ) {
   TKChartGridDrawModeHorizontalFirst,
   TKChartGridDrawModeVerticalFirst,
};

Constants

TKChartGridDrawModeHorizontalFirst
 The grid is drawn horizontally and then vertically (default).

Declared In TKChartGridStyle.h.

TKChartGridDrawModeVerticalFirst
 The grid is drawn horizontally and then vertically.

Declared In TKChartGridStyle.h.

Declared In

TKChartGridStyle.h