Check documentation for the
latest version of dhtmlxSuite
hideSeries 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
hideSeries
hides a series with the specified index
void
hideSeries
(
number
index
);
index
number
the series index. The 1st series has '0' index, the 2nd - '1', etc
Example
myChart.
hideSeries
(
2
)
;
See also
API
addSeries
showSeries
Back to top