Page 1 of 1

Line Series qustion

Posted: Mon Jan 15, 2007 8:47 am
by 9643419
I create line series in complilation time and set 3D dimemisons to false.
But I can't see the 2D line chart in run time.
When use below code to re-run that,then display 2D line chart.


this.tChart1.Aspect.View3D = false;


Best Regard!

Posted: Mon Jan 15, 2007 9:48 am
by 9348258
Hi Wilcohsu

It is a known design-time bug in Visual Studio 2005, we will try to fix it for future releases.

In the meantime, you have to put 3d to false at run time, using below code:

this.tChart1.Aspect.View3D = false;