TKGaugeLabels Class Reference
Inherits from | NSObject |
Declared in | TKGaugeLabels.h |
Properties
color
The label’s text color.
@property (nonatomic, strong, nullable) UIColor *color
Declared In
TKGaugeLabels.h
font
Defines the font of TKGaugeScale labels.
@property (nonatomic, strong, nullable) UIFont *font
Declared In
TKGaugeLabels.h
formatter
Defines a text formatter that preserves the labelFormat property.
@property (nonatomic, strong, nullable) NSFormatter *formatter
Declared In
TKGaugeLabels.h
hidden
Determines whether the labels are hidden.
@property (nonatomic) BOOL hidden
Declared In
TKGaugeLabels.h
labelFormat
Defines the string formatter that will affect all the scale labels.
@property (nonatomic, strong, nullable) NSString *labelFormat
Declared In
TKGaugeLabels.h