Declared in TKChartAxisLabelStyle.h

TKChartAxisLabelFitMode

@enum TKChartAxisLabelFitMode

Determines the label fit mode of the TKChart axis labels.

Definition

typedef NS_ENUM(NSInteger, TKChartAxisLabelFitMode ) {
   TKChartAxisLabelFitModeNone,
   TKChartAxisLabelFitModeMultiline,
   TKChartAxisLabelFitModeRotate,
};

Constants

TKChartAxisLabelFitModeNone
 Does not attempt to fit the axis labels.

Declared In TKChartAxisLabelStyle.h.

TKChartAxisLabelFitModeMultiline
 Arranges the axis labels on multiple lines, so that there are no two neighbour labels on the same line.

Declared In TKChartAxisLabelStyle.h.

TKChartAxisLabelFitModeRotate
 Arranges the axis labels, so that they are rotated around their top left corner.

Declared In TKChartAxisLabelStyle.h.

Declared In

TKChartAxisLabelStyle.h