Polar serie with null

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Ingc
Newbie
Newbie
Posts: 2
Joined: Wed Jun 22, 2005 4:00 am
Location: Connecticut, United States

Polar serie with null

Post by Ingc » Wed Jan 31, 2007 9:51 pm

Hello Steema,

I've just downloaded and used the release build of Jan 30, 2007. The Polar serie with nulls is still broken. It needs the IgnoreNull property like the fastline series.

Anyways, if you create a sample Application and put up a teechart and add a polar serie to the chart; then in the Form1_Load method add these values to the polar serie.

this.polar1.Add(10,30);
this.polar1.Add(35, 30);
this.polar1.Add(79, 30);
this.polar1.Add(120, 30);
this.polar1.Add();
this.polar1.Add(165, 30);
this.polar1.Add(212, 30);
this.polar1.Add(250, 30);
this.polar1.Add();
this.polar1.Add(300, 30);
this.polar1.Add(320, 30);

You would expect to see breaks in the plot between 120 and 165, also a break between 250 and 300 but there are no breaks. However, it does do it in the fastline serie, because the fastline serie has the IgnoreNULL property to set it. Please add this to the bugs list. I really need this option for the polar serie.

Thanks,

Cheng Ing

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

Post by Narcís » Thu Feb 01, 2007 11:46 am

Hi Cheng Ing,

As I previously told you here. This has already been added to our defect list to be fixed for future releases. Please be aware at the release notes of new versions for when it is implemented.
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