Methods 

com.scichart.charting3d.visuals Package : ISciChartSurface3D Interface
ISciChartSurface3D Interface Members

The following tables list the members exposed by ISciChartSurface3D.

Public Methods
 NameDescription
 MethodGets the Camera used by 3D chart  
 MethodGets the collection of com.scichart.charting3d.modifiers.IChartModifier3D that this SciChartSurface3D uses  
 MethodGets the collection of com.scichart.charting3d.visuals.renderableSeries.IRenderableSeries3D that this SciChartSurface3D draws  
 MethodGets the Root Scene Entity which exists in the Viewport  
 MethodGets the collection of com.scichart.charting3d.visuals.renderableSeries.IRenderableSeries3D that are selected  
 MethodGets 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  
 MethodGets the ViewportManager instance on the chart, which handles behavior of the viewport on render  
 MethodGets the World Dimensions as com.scichart.charting3d.common.math.Vector3  
 MethodGets the XAxis used by 3D chart  
 MethodGets the YAxis used by 3D chart  
 MethodGets the ZAxis used by 3D chart  
Top
See Also