Gets or sets the Memory Usage Debug Mode
.
Enabling the mode, provides warnings about wrong usage or cleanup.
Also it wraps SciChart entities and adds them to the objectRegistry to track their lifecycle
Gets or sets the Memory Usage Debug Mode
.
Enabling the mode, provides warnings about wrong usage or cleanup.
Also it wraps SciChart entities and adds them to the objectRegistry to track their lifecycle
Calls delete
on all charts
Calls delete
on all 2D and 3D charts instantiated with SciChartSurface.create or SciChart3DSurface.create
Calls delete
on all charts instantiated with SciChartPieSurface.create
Calls delete
on all 2D and 3D charts instantiated with SciChartSurface.createSingle or SciChart3DSurface.createSingle
Adds entity to the object registry to keep track of it being collected
optional custom ID of the entity
Removes entity from the object registry
ID of the entity
Generated using TypeDoc
MemoryUsageHelper provides tools for tracking, debugging, and testing common issus related to lifecycle of SciChart entities.