Page 1 of 1

Polar serie with null

Posted: Wed Jan 31, 2007 9:51 pm
by 9787346
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

Posted: Thu Feb 01, 2007 11:46 am
by narcis
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.