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.xAxischanged.Declaration
Objective-C
- (void)onXAxisChanged;Swift
func onXAxisChanged() -
Called when parent
ISCIChartSurface3D.yAxischanged.Declaration
Objective-C
- (void)onYAxisChanged;Swift
func onYAxisChanged() -
Called when parent
ISCIChartSurface3D.zAxischanged.Declaration
Objective-C
- (void)onZAxisChanged;Swift
func onZAxisChanged()
View on GitHub