iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCILegendItem
@protocol ISCILegendItem
Defines an interface for legend item which is used by SCIChartLegend.
-
Binds data provided by
sourceto thisISCILegendIteminstance.Declaration
Objective-C
- (void)bindSeriesInfoWith:(nonnull id)source legend:(nonnull id<ISCIChartLegend>)legend;Swift
func bindSeriesInfo(with source: Any, legend: any ISCIChartLegend)Parameters
sourceSource to bind with.
legendThe parent
SCIChartLegend.
View on GitHub