Hi
I want in code to change the display of the chart from 2D to 3D (and viceversa) how it can be done?
Thanks Nadav
Use the RenderDevice property.
e.i.:
chartControl1.Settings.RenderDevice = RenderDevice.GDI; //for 2D or RenderDevice.OpenGL for 3D