reducing data for 3D chart

TeeChart for ActiveX, COM and ASP
Post Reply
adenin
Newbie
Newbie
Posts: 33
Joined: Mon Jun 11, 2007 12:00 am

reducing data for 3D chart

Post by adenin » Mon May 26, 2008 5:32 am

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

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Jun 02, 2008 9:02 am

Hello,

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

Post Reply