Z order and locations for annotations

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Ed Dressel
Newbie
Newbie
Posts: 28
Joined: Tue Dec 05, 2017 12:00 am

Z order and locations for annotations

Post by Ed Dressel » Mon Apr 23, 2018 10:50 pm

How can I change the Z order for annotations?

Additionally, is there a code snippet somewhere I could use to keep annotations from overlapping?

Thank you,

Ed Dressel

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

Re: Z order and locations for annotations

Post by Yeray » Tue Apr 24, 2018 7:15 am

Hello,
Ed Dressel wrote:How can I change the Z order for annotations?
This looks quite similar to this issue.
Ed Dressel wrote:Additionally, is there a code snippet somewhere I could use to keep annotations from overlapping?
You should calculate the rectangles overlapping and move them manually in a similar way than with the marks here.
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