ISciChartSurface3D Interface Members
The following tables list the members exposed by ISciChartSurface3D.
Public Methods
Name | Description | |
---|---|---|
![]() | getCamera | Gets the Camera used by 3D chart |
![]() | getChartModifiers | Gets the collection of com.scichart.charting3d.modifiers.IChartModifier3D that this SciChartSurface3D uses |
![]() | getRenderableSeries | Gets the collection of com.scichart.charting3d.visuals.renderableSeries.IRenderableSeries3D that this SciChartSurface3D draws |
![]() | getRootSceneEntity | Gets the Root Scene Entity which exists in the Viewport |
![]() | getSelectedRenderableSeries | Gets the collection of com.scichart.charting3d.visuals.renderableSeries.IRenderableSeries3D that are selected |
![]() | getViewport3D | 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 |
![]() | getViewportManager | Gets the ViewportManager instance on the chart, which handles behavior of the viewport on render |
![]() | getWorldDimensions | Gets the World Dimensions as com.scichart.charting3d.common.math.Vector3 |
![]() | getXAxis | Gets the XAxis used by 3D chart |
![]() | getYAxis | Gets the YAxis used by 3D chart |
![]() | getZAxis | Gets the ZAxis used by 3D chart |
See Also