Check documentation for the
latest version of dhtmlxSuite
idByIndex DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
add
addSeries
attachEvent
clearAll
clearSeries
dataCount
define
destructor
detachEvent
exists
filter
first
get
group
hideSeries
idByIndex
indexById
last
load
next
parse
previous
refresh
remove
render
serialize
set
showSeries
sort
ungroup
update
Start
Chart
dhtmlXChart API
Methods
idByIndex
returns the ID of item with the specified index
void
idByIndex
(
number
index
);
index
number
index of the item in question
Example
var
id
=
myChart.
idByIndex
(
index
)
;
Back to top