Check documentation for the latest version of dhtmlxSuite dataCount DHTMLX Docs

dataCount

returns the total count of items in a chart. In case of dynamic loading the method returns the expected count of items

void dataCount();

Example

var count = myChart.dataCount();

Back to top