Page 1 of 1

How to place marks below symbols?

Posted: Tue Dec 30, 2014 9:48 am
by 15668760
Hello folks,

This may be an idiot question but I cannot find how to place marks/labels below (instead of above) the symbols in a Line graph. Where is the property to do this?

Thanks!

Luis Sánchez

Re: How to place marks below symbols?

Posted: Tue Dec 30, 2014 9:55 am
by narcis
Hello Luis,

There are two options here:

1. Setting a negative value for Marks.ArrowLength, for example:

Code: Select all

      line1.Marks.ArrowLength = -20;
2. Using custom marks position as shown here.

Re: How to place marks below symbols?

Posted: Tue Dec 30, 2014 10:07 am
by 15668760
Thank you very much, Narcís!

First solution is simple and works fine for my purposes :)