OnDetached Method (BaseRenderableSeries3D)
Detaches the scene entity from the scene and releases associated resources.
Syntax
public virtual void OnDetached( ISciChart3DSurface parentSurface )
Parameters
- parentSurface
- The parent SciChart.Charting3D.ISciChart3DSurface from which the series is being detached.
Remarks
This method is invoked when the series is detached.
The base implementation disposes the current SceneEntity instance and clears the internal reference to prevent further use.
If a DataSeries is attached, it is also detached as part of the cleanup process.
Derived classes overriding this method should call the base implementation to ensure proper resource cleanup and consistent lifecycle behavior.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also