TKChartLegendView Class Reference
Inherits from | TKView : UIView |
Declared in | TKChartLegendView.h |
Tasks
-
titleLabel
property -
container
property -
chart
property -
showTitle
property -
allowSelection
property -
style
property -
– initWithChart:
-
– reloadItems
-
– update
Properties
allowSelection
Determines whether tapping on legend items will change selection. By default, it is YES.
@property (nonatomic, assign) BOOL allowSelection
Declared In
TKChartLegendView.h
chart
The legend’s chart.
@property (nonatomic, weak) TKChart *chart
Declared In
TKChartLegendView.h
container
The container that contains legend items.
@property (nonatomic, strong, readonly) TKChartLegendContainer *container
Return Value
A TKChartLegendContainer containing legend items.
Declared In
TKChartLegendView.h
showTitle
Determines visibility of legend title. By default, it is NO.
@property (nonatomic, assign) BOOL showTitle
Declared In
TKChartLegendView.h