Check documentation for the latest version of dhtmlxSuite clearAll DHTMLX Docs

clearAll

removes all data from component and repaints component.

void clearAll();

Example

myChart.clearAll();

Back to top