I am adding label style marks to my chart but the values print over the top of the point on the graph (in this case a diamond). How can I set an offset when I show the text so that the point is not covered by the text?
Thanks
Trevor
Setting an Offset for a label
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Trevor,
I can think of 2 options here:
1. Increase marks arrow length:
2. Use custom marks positions as in the examples here:
http://www.teechart.net/support/viewtopic.php?t=2230
Hope this helps!
I can think of 2 options here:
1. Increase marks arrow length:
Code: Select all
Series1.Marks.ArrowLength:=40;
http://www.teechart.net/support/viewtopic.php?t=2230
Hope this helps!
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 |
-
- Newbie
- Posts: 2
- Joined: Wed Oct 05, 2005 4:00 am