
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCILegendDataSource
@protocol ISCILegendDataSource <NSObject>
Defines the protocol for SCILegendDataSource.
-
Creates a new instance of the
SCILegendDataSource
class.Declaration
Objective-C
- (nonnull instancetype)initWithLegend: (nonnull UICollectionView<ISCIChartLegend> *)legend;
Parameters
legend
The
SCIChartLegend
whith which this data source is associated.