Check documentation for the latest version of dhtmlxSuite first DHTMLX Docs

first

returns ID of first item ( item with index == 0 )

void first();

Example

var id = myChart.first();

Back to top