DHTMLX Docs & Samples Explorer

idByIndex (index)

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

Required library file: dhtmlxchart.js

Returns the ID of item with the specified index

  • index - index of the item in question
	var id = chart.idByIndex(index);