Check documentation for the latest version of dhtmlxSuite previous DHTMLX Docs

previous

returns the ID of the previous item ( item with index == current - 1 )

void previous(string|number id);
idstring|numberthe id of the item in question

Example

var prev_id = myChart.previous(id);

Back to top