Page 1 of 1

reducing data for 3D chart

Posted: Mon May 26, 2008 5:32 am
by 9535493
Hello,

Please, is it possible to somehow reduce data for feeding 3D chart
on website?

It is about 700kB of data in my case which is sent to browser.

the source data consist of such lines:

.Series(0).asSurface.AddXYZ 79,51.434380,26,"",RGB(0,255,165)

- I have about 10000 such lines

thanks

Posted: Mon Jun 02, 2008 9:02 am
by Pep
Hello,

what about using the AddArray method ? (you can see some examples of use into the Demo features project).