TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
wilcohsu
- Newbie
- Posts: 40
- Joined: Mon Dec 18, 2006 12:00 am
Post
by wilcohsu » Mon Jan 15, 2007 8:47 am
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!
-
Edu
- Advanced
- Posts: 206
- Joined: Tue Dec 05, 2006 12:00 am
- Location: Girona, Catalonia
Post
by Edu » Mon Jan 15, 2007 9:48 am
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;