DHTMLX Docs & Samples Explorer

Required library edition: This method works with any edition of DHTMLX library

Required library file: dhtmlxchart.js

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

  • id - id of item in question
	var next_id = chart.next(id);