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

For a list of all members of this type, see IBaseRenderableSeriesSceneEntity3D members.

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
See Also