Changing the series type

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
johnf
Newbie
Newbie
Posts: 6
Joined: Mon Jun 11, 2007 12:00 am

Changing the series type

Post by johnf » 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.

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Mar 10, 2008 8:47 am

Hi johnf,

You can change series type using ChangeType method as shown here.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply