Page 1 of 1

Changing the series type

Posted: Sun Mar 09, 2008 10:28 pm
by 13045490
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.

Posted: Mon Mar 10, 2008 8:47 am
by narcis
Hi johnf,

You can change series type using ChangeType method as shown here.