Page 1 of 1

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

Posted: Tue May 19, 2020 1:37 pm
by 16584110
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

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

Posted: Fri May 22, 2020 6:23 am
by yeray
Hello,

Yes you can disable it as follows:

Code: Select all

  Series1.Marks.AutoPosition:=False;