Changing the series type
Posted: Sun Mar 09, 2008 10:28 pm
I have an application that when lauched contains a single chart with a number of line series. I want to give the user the option to switch the chart to replot all series in polar format. How do I go about switching all line series in a chart to polar series?
I do not want to delete all series in a chart and then add them back as polar series. The chart editor allows a series to be changed so I want to do something similar in my code.
I do not want to delete all series in a chart and then add them back as polar series. The chart editor allows a series to be changed so I want to do something similar in my code.