TKChartPointLabelStyle Class Reference
Inherits from | TKChartLabelStyle : TKStyleNode : NSObject |
Declared in | TKChartPointLabelStyle.h |
Tasks
-
fill
property -
stroke
property -
labelOffset
property -
cornerRadius
property -
insets
property -
layoutMode
property -
clipMode
property -
textAlignment
property -
textOrientation
property -
blurRadius
property -
formatter
property -
stringFormat
property
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