ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  surface chart wall position and show data on wall
Posted by Samuel Park on Aug-25-2015 15:03
Attachments:
Hi

I wonder it's possible to set yz and xz wall off the xy wall in chart director and show line

chart on wall? i just want to make exact same chart of my attachment image.

I am trying to use .NET Component

Thanks in advance.
surface.png

  Re: surface chart wall position and show data on wall
Posted by Peter Kwan on Aug-26-2015 03:38
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