Polar serie with null
Posted: 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
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