Inherits from TKStyleNode : NSObject
Declared in TKChartLabelStyle.h

Overview

A class that represents a label’s style.

Tasks

Properties

font

The label’s font.

@property (nonatomic, strong) UIFont *font

Declared In

TKChartLabelStyle.h

shadowColor

The labels' text shadow color.

@property (nonatomic, strong) UIColor *shadowColor

Declared In

TKChartLabelStyle.h

shadowOffset

The labels' text shadow offset.

@property (nonatomic, assign) CGSize shadowOffset

Declared In

TKChartLabelStyle.h

textColor

The label’s text color.

@property (nonatomic, strong) UIColor *textColor

Declared In

TKChartLabelStyle.h

textHidden

Determines whether the label is hidden.

@property (nonatomic, assign) BOOL textHidden

Declared In

TKChartLabelStyle.h