Hi Samuel,
In ChartDirector, the xy, yz and zx walls always touch each others. You can configure the
axes so that the surface does not touch the vertical walls (eg. by using Axis.setMargin),
but still it is not exactly the same as your attachment.
ChartDirector also cannot automatically show the lines on the walls. However, its has APIs
that allows you to draw lines on the walls (see BaseChart.addLine, ThreeDChart.getXCoor,
ThreeDChart.getYCoor). So you can draw those lines with your code easily provided you
know the coordinates of the points along the line.
Regards
Peter Kwan |