Declared in TKChartTitleView.h

TKChartTitlePosition

@enum TKChartTitlePosition

The possible positions of TKChart title.

Definition

typedef NS_ENUM(NSInteger, TKChartTitlePosition ) {
   TKChartTitlePositionLeft,
   TKChartTitlePositionRight,
   TKChartTitlePositionTop,
   TKChartTitlePositionBottom,
};

Constants

TKChartTitlePositionLeft
 The chart title should be positioned at the left side of the chart.

Declared In TKChartTitleView.h.

TKChartTitlePositionRight
 The chart title should be positioned at the right side of the chart.

Declared In TKChartTitleView.h.

TKChartTitlePositionTop
 The chart title should be positioned at the top side of the chart.

Declared In TKChartTitleView.h.

TKChartTitlePositionBottom
 The chart title should be positioned at the bottom side of the chart.

Declared In TKChartTitleView.h.

Declared In

TKChartTitleView.h