
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIChartSurface3DChangeListener
@protocol ISCIChartSurface3DChangeListener <ISCIRenderableSeriesChangeListener>
Defines the interface with methods which are used for notification about changes in SCIChartSurface3D
instance.
-
Called when parent
ISCIChartSurface3D.xAxis
changed.Declaration
Objective-C
- (void)onXAxisChanged;
-
Called when parent
ISCIChartSurface3D.yAxis
changed.Declaration
Objective-C
- (void)onYAxisChanged;
-
Called when parent
ISCIChartSurface3D.zAxis
changed.Declaration
Objective-C
- (void)onZAxisChanged;