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
How to place marks below symbols?
How to place marks below symbols?
- Attachments
-
- howtoplacevaluesundersymbol.png (24.49 KiB) Viewed 5072 times
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: How to place marks below symbols?
Hello Luis,
There are two options here:
1. Setting a negative value for Marks.ArrowLength, for example:
2. Using custom marks position as shown here.
There are two options here:
1. Setting a negative value for Marks.ArrowLength, for example:
Code: Select all
line1.Marks.ArrowLength = -20;
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: How to place marks below symbols?
Thank you very much, Narcís!
First solution is simple and works fine for my purposes
First solution is simple and works fine for my purposes