Setting an Offset for a label

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
TrackRanger
Newbie
Newbie
Posts: 2
Joined: Wed Oct 05, 2005 4:00 am

Setting an Offset for a label

Post by TrackRanger » Mon May 04, 2009 1:42 am

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?
Image
Thanks
Trevor

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon May 04, 2009 7:34 am

Hi Trevor,

I can think of 2 options here:

1. Increase marks arrow length:

Code: Select all

  Series1.Marks.ArrowLength:=40;
2. Use custom marks positions as in the examples here:

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
Image Image Image Image Image Image
Instructions - How to post in this forum

TrackRanger
Newbie
Newbie
Posts: 2
Joined: Wed Oct 05, 2005 4:00 am

Post by TrackRanger » Mon May 04, 2009 11:34 am

Thanks, the Arrow Length did the trick.
Thanks again
Trevor

Post Reply