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
SCILegendDataSourceclass.Declaration
Objective-C
- (nonnull instancetype)initWithLegend: (nonnull UICollectionView<ISCIChartLegend> *)legend;Swift
init(legend: any UICollectionView & ISCIChartLegend)Parameters
legendThe
SCIChartLegendwhith which this data source is associated.
View on GitHub