|
Setting Axis limits in 3D Surface chart |
Posted by frank on Apr-24-2013 12:43 |
|
Hi,
I am trying to use your 3D Surface Chart. Can you tell me how to set the limits of any axis
by myself.
Eg. If I need to restrict the X-axis values to between 300 to 400 instead of showing the
default from say 0~500. Coz all my data values lie between 300 ~ 400.
Currently the chart displays lot of vacant space from 0~300 which i dont need to display.
Is there anyway i can achieve this ?
Your forum says elsewhere, to use setbaseline(). But i cant find that function with my
SurfaceChart object or the ThreeDScatterChart object.
I am using netchartdir.dll v5.0.4.0.
I also tried using demo version of netchartdir_cp.dll v5.1.1.0.
looking forward to your answer. thanks in advance.
Frank. |
Re: Setting Axis limits in 3D Surface chart |
Posted by frank on Apr-24-2013 13:16 |
|
...Well I just found the method.
Eg:
cChart.yAxis().setLinearScale(300, 420, 20);
thanks anyway. |
|