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
Polar serie with null
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |