Null point with TPoint3DSeries

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
franckgar
Advanced
Posts: 109
Joined: Thu Nov 04, 2004 5:00 am

Null point with TPoint3DSeries

Post by franckgar » Wed Apr 08, 2009 2:32 pm

Hie,

I try to use TPoint3DSeries on TeeChart v7.12, but I encounter problems with null point.

I set TPoint3DSeries .Pen.Visible := TRUE for displaying the lines between points. My problem is that line are always displayed between null points !!
(This pb doesn't occured in 2D mode)

Any ideas of the problem ?

thanks

Yeray
Site Admin
Site Admin
Posts: 9601
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Wed Apr 08, 2009 3:32 pm

Hi ,

There is a TreatNulls property in v8 for some series that allows doing that (Line, Area, Point, FastLine, HorizArea, HorizLine), but not for points3D. I've added it to the wish list to be implemented in future releases (TV52014073).
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply