Properties  Methods 

SciChart.Charting3D Assembly > SciChart.Charting3D.RenderableSeries Namespace : IBaseRenderableSeriesSceneEntity3D Interface
IBaseRenderableSeriesSceneEntity3D Interface Members

The following tables list the members exposed by IBaseRenderableSeriesSceneEntity3D.

Public Properties
 NameDescription
 Property Gets the collection of children for this entity (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 PropertyGets or sets a unique System.UInt32 identifier for this entity. (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 Property

Gets or sets an SciChart.Charting3D.Primitives.IEntityIdProvider which encodes and decodes SciChart.Charting3D.Primitives.VertexIds

VertexIds consist of MeshID (object ID) and vertex ID.

(Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 Property When true, meshes need to be recreated on the next Render Pass (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 Property Gets value determining whether the instance has already been disposed.  
 Property Gets or sets a value that indicates whether this SceneEntity should participate in hit-test operations.  
 Property Gets or sets whether this entity is visible or not (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 PropertyGets or sets the parent SciChart.Charting3D.Primitives.IBaseSceneEntity (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 PropertyGets the SciChart.Charting3D.IRootSceneEntity at the root of the (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 PropertyGets the SciChart.Charting3D.IViewport3D instance that hosts this root entity (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
Top
Public Methods
 NameDescription
 MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable)
 MethodGets the first child entity of type T (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 MethodGets the selection identifier under the mouse point. Use SciChart.Charting3D.Primitives.IEntityIdProvider to decode into mesh and vertex Ids (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 MethodGets the X,Y,Z Vertex coordinate in world-coordinates nearest the Hit-test site specified by HitTestInfo3D  
 MethodPerforms a HitTest operation on the series, returning the HitTestInfo3D containing the result  
 Method Called immediately after an entity is attached to a parent (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 Method Called immediate before an entity is detached from a parent (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 Method Called when the D3DEngine Restarts. Meshes and DirectX related objects should be recreated (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 MethodPerforms selection on this entity, setting the IsSelected flag to True or False on the specified Vertex Ids (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 Method Renders this entity with the current scene and render pass data (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 MethodSets the current SciChart.Charting3D.Primitives.IRenderPassInfo3D, which contains the data needed for this render pass (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 MethodConverts a HitTestInfo3D struct, containing information about a Hit-Test operation, into a SciChart.Charting3D.Model.ChartData.SeriesInfo3D, which is a viewmodel for tooltips, legends in the SciChart.Charting3D.SciChart3DSurface library  
 Method Updates this entity with the current scene time (Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
 Method

Implements the Visitor Pattern, visiting all Child entities (and their children) performing the operation on each one.

Use this when you want to set a property on all entities in the scene, or perform a certain function on all entities

(Inherited from SciChart.Charting3D.Primitives.IBaseSceneEntity)
Top
Extension Methods
 NameDescription
Public Extension Method Checks for null and if not null, calls Dispose
Top
See Also