Inherits from TKChartLabelStyle : TKStyleNode : NSObject
Declared in TKChartAxisTitleStyle.h

Overview

Represents a class that defines the appearance of the axis title.

Tasks

Properties

alignment

The title alignment in relation to its superview.

@property (nonatomic, assign) TKChartAxisTitleAlignment alignment

Discussion

The axis title alignments are defined as follows:

typedef enum {
    TKChartAxisTitleAlignmentCenter,        // Aligns the title at the axis center.
    TKChartAxisTitleAlignmentLeftOrTop,     // Aligns the title at the left or at the top.
    TKChartAxisTitleAlignmentRightOrBottom, // Aligns the title at the right or at the bottom.
} TKChartAxisTitleAlignment;

Declared In

TKChartAxisTitleStyle.h

rotationAngle

The angle used to rotate the title text.

@property (nonatomic, assign) CGFloat rotationAngle

Declared In

TKChartAxisTitleStyle.h

textOffset

Title’s offset from axis labels.

@property (nonatomic) CGFloat textOffset

Declared In

TKChartAxisTitleStyle.h