Page 1 of 1

"Best Fit" Marks

Posted: Mon May 24, 2004 9:31 am
by 8577282
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

Posted: Mon May 24, 2004 10:15 am
by Pep
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.