Draws immediately, set this True when using sub-surfaces for proper data label layering
The Parent RenderableSeries
Reusable native text-bounds buffer, allocated once at attach time. Hoisted here so allocation never happens on the render path — first-time native allocation can grow the WASM heap and detach any Float64Array views captured earlier in the same frame (e.g. inside a DataLabelState).
The SciChart 2D WebAssembly Context containing native methods and access to our WebGL2 Engine and WebAssembly numerical methods
Gets or sets the color for data labels. Defaults to axis label color
Gets or sets the color for data labels. Defaults to axis label color
Gets or sets the text style used for data labels. The style must be set, with fontFamily and fontSize set, in order for text to be drawn.
Gets or sets the text style used for data labels. The style must be set, with fontFamily and fontSize set, in order for text to be drawn.
Called when a DataLabelProvider is attached to a parent RenderableSeries
Update the style. Only the properties passed will be updated
Generated using TypeDoc
The text to draw, along with the sizes and positions. Usually generated, but can be updated before final drawing