ISciChart3DRenderSurface Interface Members
The following tables list the members exposed by ISciChart3DRenderSurface.
Public Properties
Top
Public Methods
| Name | Description | |
|---|---|---|
![]() | AddSeries | Overloaded. Adds the collection of SciChart.Charting3D.RenderableSeries.IRenderableSeries3D instances to the ISciChart3DRenderSurface |
![]() | AttachCamera | Attaches the camera to the RenderSurface |
![]() | Clear | Clears the viewport (Inherited from SciChart.Drawing.Common.IRenderSurface) |
![]() | ClearSeries | Clears all System.Windows.FrameworkElement Visual Children on the SciChart.Drawing.Common.IRenderSurface2D (Inherited from SciChart.Drawing.Common.IRenderSurface) |
![]() | ContainsSeries | Returns True if the ISciChart3DRenderSurface contains the SciChart.Charting3D.RenderableSeries.IRenderableSeries3D instance |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable) |
![]() | GetBoundsRelativeTo | Gets the bounds of the current SciChart.Core.Framework.IHitTestable element relative to another SciChart.Core.Framework.IHitTestable element (Inherited from SciChart.Core.Framework.IHitTestable) |
![]() | GetRenderContext | Creates an SciChart.Drawing.Common.IRenderContext2D instance to perform drawing operations. Note this is only valid for the current render pass (Inherited from SciChart.Drawing.Common.IRenderSurface2D) |
![]() | InvalidateElement | Asynchronously requests that the element redraws itself plus children. Will be ignored if the element is ISuspendable and currently IsSuspended (within a SuspendUpdates/ResumeUpdates call) (Inherited from SciChart.Core.Framework.IInvalidatableElement) |
![]() | IsPointWithinBounds | Returns true if the Point is within the bounds of the current SciChart.Core.Framework.IHitTestable element (Inherited from SciChart.Core.Framework.IHitTestable) |
![]() | RecreateSurface | Recreates the elements required by the Viewport, called once at startup and when the surface is resized (Inherited from SciChart.Drawing.Common.IRenderSurface) |
![]() | RemoveSeries | Removes the SciChart.Charting3D.RenderableSeries.IRenderableSeries3D from the ISciChart3DRenderSurface |
![]() | TranslatePoint | Translates the point relative to the other SciChart.Core.Framework.IHitTestable element (Inherited from SciChart.Core.Framework.IHitTestable) |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | SafeDispose | Checks for null and if not null, calls Dispose |
See Also


