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

Message ListMessage List     Post MessagePost Message

  how to set the length of xaxis,yaxis,zaxis to the same
Posted by alex on Sep-07-2012 17:26
hi Peter

i create a sufaceChart, how to set the length of xaxis,yaxis,zaxis to the same.

Thank you,
Peter

  Re: how to set the length of xaxis,yaxis,zaxis to the same
Posted by Peter Kwan on Sep-13-2012 01:30
Hi alex,

Sorry for the late reply. I forgot you message.

When creating the SurfaceChart, you would need to use setPlotRegion to configure the plot region size. The xWidth, yDepth and zHeight are the x, y and z dimensions of the plot region. The x-axis, y-axis and z-axis by default is of the same length as these dimensions. So to set the the length of xaxis,yaxis,zaxis to the same, you just need to set the xWidth, yDepth and zHeight to be the same.

Hope this can help.

Regards
Peter Kwan