Not All Text Marks are Visible in Bubble Series...

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Steve Maughan
Newbie
Newbie
Posts: 1
Joined: Tue Jul 31, 2018 12:00 am

Not All Text Marks are Visible in Bubble Series...

Post by Steve Maughan » Tue May 19, 2020 1:37 pm

I have a bubble chart with marks visible. The text is not visible for all of the bubbles (see attached image). I assume this is due to some overlapping-text algorithm How can I force the text to be visible for all bubbles?

Thanks,

Steve
Attachments
Bubble Chart.png
Bubble Chart.png (43.53 KiB) Viewed 6918 times

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

Re: Not All Text Marks are Visible in Bubble Series...

Post by Yeray » Fri May 22, 2020 6:23 am

Hello,

Yes you can disable it as follows:

Code: Select all

  Series1.Marks.AutoPosition:=False;
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