Crash when change 3D->Rotation property in pie serier
Posted: Mon Jun 05, 2006 1:31 pm
Hello All,
unpleasant crash with "rotation" property (teechart 2.0.2306.26232):
1) add chart to winform
2) create pie serier
3) fill that serier with sample values
pie1.FillSampleValues();
4) raise teechart property
Steema.TeeChart.Editor editor = new Steema.TeeChart.Editor(tChart1);
editor.ShowModal();
5) Go to 3D tab and try to change "Rotation" property
Crash appears.
Any ideas to eliminate that?
Thanks.
unpleasant crash with "rotation" property (teechart 2.0.2306.26232):
1) add chart to winform
2) create pie serier
3) fill that serier with sample values
pie1.FillSampleValues();
4) raise teechart property
Steema.TeeChart.Editor editor = new Steema.TeeChart.Editor(tChart1);
editor.ShowModal();
5) Go to 3D tab and try to change "Rotation" property
Crash appears.
Any ideas to eliminate that?
Thanks.