HOW TO CHANGE THE Z AXIS SCALE OF TSurfaceSeries!
Posted: Sun Dec 17, 2006 2:10 am
When I draw Vector 3D with TSurfaceSeries(DEIPHI 7.0, TCHART7.07), the Z axis scale should be input with the SAME num, or the picture can’t be drawled.
For example:
When I input the follow code :
series1.addxyz(0,0.5,0);
series1.addxyz(10,0.5,0);
series1.addxyz(25,0.5,0);
series1.addxyz(0,0.6,1.1);
series1.addxyz(10,0.6,1.5);
series1.addxyz(25,0.6,1.3);
series1.addxyz(0,0.75,2);
series1.addxyz(10,0.75,2);
series1.addxyz(25,0.75,2);
the 3D cann’t be drawled. How to cure this problem? Thank you!
For example:
When I input the follow code :
series1.addxyz(0,0.5,0);
series1.addxyz(10,0.5,0);
series1.addxyz(25,0.5,0);
series1.addxyz(0,0.6,1.1);
series1.addxyz(10,0.6,1.5);
series1.addxyz(25,0.6,1.3);
series1.addxyz(0,0.75,2);
series1.addxyz(10,0.75,2);
series1.addxyz(25,0.75,2);
the 3D cann’t be drawled. How to cure this problem? Thank you!