Page 1 of 1

Overlapping marks

Posted: Wed Aug 30, 2017 9:02 pm
by 16579693
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:

Image

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

Re: Overlapping marks

Posted: Thu Aug 31, 2017 9:22 am
by yeray
Hello Ed,

You can disable it with Marks.Automatic.Move property:

Code: Select all

  Series1.Marks.Automatic.Move:=False;