
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIChartListener
@protocol ISCIChartListener <NSObject>
Defines the protocol to property listener for chart.
-
Called when property with specified id changes.
Declaration
Objective-C
- (void)onPropertyChanged:(int)propertyId;
Parameters
propertyId
The id of property.
-
Caleed when collection associated with specified id changes.
Declaration
Objective-C
- (void)onCollectionChanged:(int)eventId args:(nonnull SCICollectionChangedEventArgs *)args;
Parameters
eventId
The id of property.
args
The args with information about changes in collection.