getViewport3D Method
Gets the com.scichart.charting3d.visuals.rendering.IViewport3D which hosts the 3D Scene. This may be null if the chart has not yet loaded or initialized
Syntax
IViewport3D getViewport3D() |
Return Value
The com.scichart.charting3d.visuals.rendering.IViewport3D instance used by chart
See Also