
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIChartResizeListener
@protocol ISCIChartResizeListener <NSObject>
Defines the protocol with methods which are used for notification when SCIChartSurface
is resized.
-
Called when chart resized.
Declaration
Objective-C
- (void)onParentSurfaceResized:(SCIResizedMessage *)resizedMessage;
Parameters
resizedMessage
The resized message.