Post without answer

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Gilmar Maia
Newbie
Newbie
Posts: 2
Joined: Fri Jul 21, 2006 12:00 am

Post without answer

Post by Gilmar Maia » Thu Sep 21, 2006 7:42 pm

Hello teechart support,

I posted the question below 3 days ago get no answer.

I am a teechart newbie and perhaps I made some mistake on post process.

Can anyone help me?

Thanks

Gilmar Maia.




Posted: 18 Sep 2006 13:57
Post subject: TPoint3DSeries rotation with psCircle style

I have a TPoint3DSeries with psCircle pointer style.

TeeChart draws the points as flat circles so when rotating the chart the points become a bad visual aspect and when at 90 degrees almost disappeared.

I've find out using Pointer.Draw3D property and TeeOpenGL, the points are drawn as spheres solving the problem. However with 2000 to 3000 points (that's usual in our case) has a bad performance.

Is there a way to view the points as spheres with a good performance?

Thanks in advance.

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

Post by Pep » Mon Sep 25, 2006 10:44 am

Hi Gilmar,

sorry for delay, please see my other post. As I know the best way is to use the TPoint3DSeries with OpenGL mode.

Post Reply