So I have a graph that has 3 lineseries on it and I want to be able to make each series visible or invisible. How can I do this?
Hello Dennis Muth,
Thank you for contacting Infragistics. There isn't a method or property to hide/show a series. You can add and remove a series by simply calling the following methods.
dataChart.series().add(series);
dataChart.series().remove(series);
I recommend submitting a product idea at ideas.infragistics.com