Check documentation for the latest version of dhtmlxSuite next DHTMLX Docs

next

returns the ID of the next item ( item with index == current + 1 )

void next(string|number id);
idstring|numberid of item in question

Example

var next_id = myChart.next(id);

Back to top