Deletes native (WebAssembly) memory used by this type, after which it cannot be used.
Called to perform a draw operation, using the WebGlRenderContext2D passed in
The WebGlRenderContext2D which provides access to our WebGL Rendering engine
The RenderPassData containing properties and data for the current render pass.
Called when this drawing provider instance is attached to a RenderableSeries. Override in derived classes to perform one-time setup
Called when this drawing provider instance is detached from a RenderableSeries. Override in derived classes to perform tear-down
Called when the Dpi changes in the browser. This could be due to user zooming the browser, or changing DPI settings in Windows, or moving the browser containing SciChart to another monitor
The TDpiChangedEventArgs containing info about the Dpi Changed event
Called when a property changes on the parent RenderableSeries
Generated using TypeDoc
Used internally - a drawing provider performs drawing for a specific chart-type or series using our WebAssembly WebGL rendering engine