Check documentation for the
latest version of dhtmlxSuite
first 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
first
returns ID of first item ( item with index == 0 )
void
first
();
Example
var
id
=
myChart.
first
(
)
;
Back to top