TPoint3DSeries rotation with psCircle style

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

TPoint3DSeries rotation with psCircle style

Post by Gilmar Maia » Mon Sep 18, 2006 4:57 pm

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.

Gilmar Maia.

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

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

Hi Gilmar,

the best way that I know of, as you said is by using the TPoint3DSeries with OpenGL active.

Post Reply