Check documentation for the latest version of dhtmlxSuite serialize DHTMLX Docs

serialize

serialize component back to json

object serialize();
objectdata from the chart as json object

Example

var data = chart.serialize();

Back to top