iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
ISCIViewportManager3D
@protocol ISCIViewportManager3D <ISCIViewportManager, ISCIChartController3D>
Defines the interface to a ViewportManager3D, which may be used to intercept the X-Axis, Y-Axis and Z-Axis ranging during render and invalidate the parent surface.
-
Called by the
SCIChartSurface3Dduring render to updateZ-AxisISCIAxisCore.visibleRange.Note
Override in derived types to set a custom value.Declaration
Objective-C
- (void)updateZAxis:(nonnull id<ISCIAxisCore>)zAxis;Swift
func updateZAxis(_ zAxis: any ISCIAxisCore)Parameters
zAxisThe
Z-Axisto update.
View on GitHub