Check documentation for the latest version of dhtmlxSuite idByIndex DHTMLX Docs

idByIndex

returns the ID of item with the specified index

void idByIndex(number index);
indexnumberindex of the item in question

Example

var id = myChart.idByIndex(index);

Back to top