visualization-tools

Home > @visualization-tools/core > IChartUpdateOptions > updateAllPlotsOnDraw

IChartUpdateOptions.updateAllPlotsOnDraw property

When one plot is drawn, should all others be redrawn? This is not necessary for a canvas renderer, or where a gl context is created with preserveDrawingBuffer.

Signature:

readonly updateAllPlotsOnDraw: boolean;