In an application I write, I use marks to explain what the bars stand for, but sometimes, the marks disappear, I guess because there is not enough room for them without overlapping. In the financial services industry I work, it is a big problem not to label everything.
Here is an example:
The mark for the middle bar gets dropped--in this case, there should be little (if any) overlap with the labels on either side. (It should have "Current" and the dollar value on it).
In any case, is there any way to stop the marks from disappearing?
Thank you,
Edward Dressel
Overlapping marks
Re: Overlapping marks
Hello Ed,
You can disable it with Marks.Automatic.Move property:
You can disable it with Marks.Automatic.Move property:
Code: Select all
Series1.Marks.Automatic.Move:=False;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |