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,
thanks but the sample code in the other forum post isn't for eclipse.
It is a Visual Studio Project.
Hello Dennis,
Any chance this issue is related to this other forum post?
http://ko.infragistics.com/community/forums/t/83466.aspx
Thanks for the Sample.
I have add a Button for remove the series but I get a exception if I remove the series.
What can I do. See my Sample please.
I used the column series sample included with Iguana's package, located here:
IguanaUI_20120_WithSamplesAndHelp\application sources\columnseries\src\com\iguanaui
The sample is attached and includes a ValueCategorySeries named "series" which can be passed through as a parameter. I believe the same should apply for removing the series.
If i call the method dataChart.series().remove(series) I get an exception.
Can I get a sample?