Called when a chart loader is added to the DOM.
The root {@link HTMLDivElement} that makes up this SciChartSurface or SciChart3DSurface
The theme applied to the SciChartSurface or SciChart3DSurface
Called to remove a chart loader from the DOM.
Generated using TypeDoc
The default ISciChartLoader implementation. Displays a loading animation when the chart starts up
// If not set in SciChartSurface.create then the default loader is used SciChartSurface.create("elementId", { loader: new DefaultSciChartLoader(); });