try to put the values in a new double[][] array where the 3 columns(0,1,2) must be the X, Y and Z respectively...
so...
X - date (1st column)
Y - price (2nd column)
Z - % (3rd column)
I believe you can do it now.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
first of all great work for 3d package.
I have different data on x,y and z axis, how do i implement that using this package.
i saw the Example, but it represent the x axis data as x and y axis data.
I have to show X axis - date y axis - price and x -axis - some calculated percetange.
Thanks
try to put the values in a new double[][] array where the 3 columns(0,1,2) must be the X, Y and Z respectively...
so...
X - date (1st column)
Y - price (2nd column)
Z - % (3rd column)
I believe you can do it now.