Disabling 3D on TChart pocket PC
Posted: Mon Jun 25, 2012 10:57 am
Hello
I'm creating a chart on a "smart device" WinCE project (C#). Here it's necessary manually to create the charts / series etc.
I have trouble to disable the 3D effect.
Executing
m_Chart.Walls.View3D = false;
doesn't work. The chart still comes out as 3D
Any suggestions?
Anders
I'm creating a chart on a "smart device" WinCE project (C#). Here it's necessary manually to create the charts / series etc.
I have trouble to disable the 3D effect.
Executing
m_Chart.Walls.View3D = false;
doesn't work. The chart still comes out as 3D
Any suggestions?
Anders