Documentation

hideSeries

hides the chosen graph in the chart with several graphs

void hideSeries(string series );

Parameters

series stringID of the series that should be hidden

See also

Related sample:  Bar Chart: Several Graphs in One Chart
Details

The method allows for programmatical hiding of the dedicated series. At the same time, series can be shown and hidden by clicking the corresponding icon in the chart legend. Like here: Related sample:  Bar Chart: Several Graphs in One Chart

Back to top