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

Overview

Represents a point label style.

Tasks

Properties

blurRadius

Blur radius for point label’s text shadow.

@property (nonatomic) CGFloat blurRadius

Declared In

TKChartPointLabelStyle.h

clipMode

Clip mode for a point label.

@property (nonatomic) TKChartPointLabelClipMode clipMode

Declared In

TKChartPointLabelStyle.h

cornerRadius

Corner radius for point label’s rect.

@property (nonatomic) CGFloat cornerRadius

Declared In

TKChartPointLabelStyle.h

fill

The background color of a point label.

@property (nonatomic, strong) TKFill *fill

Declared In

TKChartPointLabelStyle.h

formatter

Formatter for point label’s text.

@property (nonatomic, strong) NSFormatter *formatter

Declared In

TKChartPointLabelStyle.h

insets

Text insets. Use negative values to enlarge area.

@property (nonatomic) UIEdgeInsets insets

Declared In

TKChartPointLabelStyle.h

labelOffset

The point label’s offset from the corresponding data point.

@property (nonatomic) UIOffset labelOffset

Declared In

TKChartPointLabelStyle.h

layoutMode

Layout mode for a point label.

@property (nonatomic) TKChartPointLabelLayoutMode layoutMode

Declared In

TKChartPointLabelStyle.h

stringFormat

String formatter for point label.

@property (nonatomic, copy) NSString *stringFormat

Declared In

TKChartPointLabelStyle.h

stroke

The stroke color of a point label.

@property (nonatomic, strong) TKStroke *stroke

Declared In

TKChartPointLabelStyle.h

textAlignment

Point label’s text alignment.

@property (nonatomic) NSTextAlignment textAlignment

Declared In

TKChartPointLabelStyle.h

textOrientation

Point label’s text orientation.

@property (nonatomic) TKChartPointLabelOrientation textOrientation

Declared In

TKChartPointLabelStyle.h