TKChartLegendItem Class Reference
Inherits from | UIView |
Declared in | TKChartLegendItem.h |
Properties
icon
The view containing the icon of the legend item.
@property (nonatomic, strong) UIView *icon
Return Value
The UIView representing the icon of the legend item.
Declared In
TKChartLegendItem.h
label
The label of the legend item.
@property (nonatomic, strong) UILabel *label
Return Value
The UILabel representing the text of the legend item.
Declared In
TKChartLegendItem.h
selectionInfo
The selection information object.
@property (nonatomic, strong) TKChartSelectionInfo *selectionInfo
Discussion
When this parameter is provided and the user touches the legend item related series (and data points if specified) are selected.
Declared In
TKChartLegendItem.h