Documentation

showSeries

shows the hidden graph in the chart

void showSeries(string series);

Parameters

seriesstringID of th series that should be shown.

See also

Details

Works with already defined series and allows for manipulating their visibility. The method works for series that was previously hidden by hideSeries() method.

Back to top