TKChartLegendContainer Class Reference
Inherits from | TKCoreStackLayoutView : UIScrollView |
Declared in | TKChartLegendContainer.h |
Tasks
-
preferredSize
property -
itemCount
property -
– addItem:
-
– removeAllItems
-
– itemAtIndex:
-
– indexOfItem:
Properties
Instance Methods
addItem:
Adds a legend item.
- (void)addItem:(TKChartLegendItem *__nonnull)item
Parameters
- item
The item to add to the legend container.
Declared In
TKChartLegendContainer.h
indexOfItem:
Returns the index for specific item.
- (NSInteger)indexOfItem:(TKChartLegendItem *__nonnull)item
Parameters
- item
The item.
Return Value
The item index.
Declared In
TKChartLegendContainer.h