"Best Fit" Marks

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Gilbert
Newbie
Newbie
Posts: 14
Joined: Thu Jul 10, 2003 4:00 am
Location: Johannesburg

"Best Fit" Marks

Post by Gilbert » Mon May 24, 2004 9:31 am

Is there something like a "Best Fit" method for marks. i.e. a routine that moves the marks so that they do not overlap (esp. for a point chart where multiple points in the same position)? If not, any suggestions?

Regards,
Gilbert

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

Post by Pep » Mon May 24, 2004 10:15 am

Hi Gilbert,

there's a property named "AutoMarkPosition", setting it to true uses an anti-overlap algorithm.
It does not help in some cases, in this case you will have to :
a) Calculate each mark position and check if it intersect with another mark
b) then according to (a) move certain series marks by customizing their
position.

Post Reply