visualization-tools

Home > @visualization-tools/core > IRendererCallbacks > onAfterPlotDraw

IRendererCallbacks.onAfterPlotDraw() method

Called once per frame, per plot drawn.

Signature:

onAfterPlotDraw(context: TCtx): void;

Parameters

Parameter Type Description
context TCtx  

Returns:

void