How to ues Direct2D in ScrollPage tool?
Posted: Wed Jul 16, 2014 2:25 am
I used Graphics3DDirect2D in teechart.
Graphics3DDirect2D D2D = new Graphics3DDirect2D(tChart1.Chart);
D2D.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.HighSpeed;
tChart1.Graphics3D = D2D;
tChart1.Graphics3D.BufferStyle = Steema.TeeChart.Drawing.BufferStyle.None;
and i will use ScrollPage tool, application crashes. Please taught me how to do, thanks.
I'm working environment: VS2010(.NET Framework 4.0) / Windows7
Graphics3DDirect2D D2D = new Graphics3DDirect2D(tChart1.Chart);
D2D.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.HighSpeed;
tChart1.Graphics3D = D2D;
tChart1.Graphics3D.BufferStyle = Steema.TeeChart.Drawing.BufferStyle.None;
and i will use ScrollPage tool, application crashes. Please taught me how to do, thanks.
I'm working environment: VS2010(.NET Framework 4.0) / Windows7