Inherits from UILabel
Declared in TKChartTitleView.h

Overview

A UIView containing the chart title.

Tasks

Properties

position

The position of the TKChart title.

@property TKChartTitlePosition position

Discussion

The axis title alignments are defined as follows:

typedef enum {
    TKChartTitlePositionLeft,       // The chart title should be positioned at the left side of the chart.
    TKChartTitlePositionRight,      // The chart title should be positioned at the right side of the chart.
    TKChartTitlePositionTop,        // The chart title should be positioned at the top side of the chart.
    TKChartTitlePositionBottom      // The chart title should be positioned at the bottom side of the chart.
} TKChartTitlePosition;

Declared In

TKChartTitleView.h

style

The title’s view style.

@property (nonatomic, strong) TKChartTitleStyle *style

Declared In

TKChartTitleView.h