Declared in TKChartAxisLabelStyle.h

TKChartAxisLabelAlignment

@enum TKChartAxisLabelAlignment

Determines the axis label alignment.

Definition

typedef NS_OPTIONS(NSInteger, TKChartAxisLabelAlignment ) {
   TKChartAxisLabelAlignmentLeft = 1 < < 0,
   TKChartAxisLabelAlignmentRight = 1 < < 1,
   TKChartAxisLabelAlignmentTop = 1 < < 2,
   TKChartAxisLabelAlignmentBottom = 1 < < 3,
   TKChartAxisLabelAlignmentHorizontalCenter = 1 < < 4,
   TKChartAxisLabelAlignmentVerticalCenter = 1 < < 5,
};

Constants

TKChartAxisLabelAlignmentLeft
 Aligns all labels with the left of the axis.

Declared In TKChartAxisLabelStyle.h.

TKChartAxisLabelAlignmentRight
 Aligns all labels with the right of the axis.

Declared In TKChartAxisLabelStyle.h.

TKChartAxisLabelAlignmentTop
 Aligns all labels with the top of the axis.

Declared In TKChartAxisLabelStyle.h.

TKChartAxisLabelAlignmentBottom
 Aligns all labels with the bottom of the axis.

Declared In TKChartAxisLabelStyle.h.

TKChartAxisLabelAlignmentHorizontalCenter
 Aligns all labels with the bottom of the axis.

Declared In TKChartAxisLabelStyle.h.

TKChartAxisLabelAlignmentVerticalCenter
 Aligns all labels with the center of the axis.

Declared In TKChartAxisLabelStyle.h.

Declared In

TKChartAxisLabelStyle.h