Check documentation for the
latest version of dhtmlxSuite
add 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
add
adds the new data object and redraws a chart
void
add
(
object
obj
);
obj
object
a data object
Example
myChart.
add
(
{
id
:
1
,
value
:
5.64
,
label
:
2009
}
)
;
Back to top