How to place marks below symbols?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
ERGOTECH
Newbie
Newbie
Posts: 2
Joined: Wed Mar 12, 2014 12:00 am

How to place marks below symbols?

Post by ERGOTECH » Tue Dec 30, 2014 9:48 am

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
Attachments
howtoplacevaluesundersymbol.png
howtoplacevaluesundersymbol.png (24.49 KiB) Viewed 5073 times

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

Re: How to place marks below symbols?

Post by Narcís » Tue Dec 30, 2014 9:55 am

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.
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

ERGOTECH
Newbie
Newbie
Posts: 2
Joined: Wed Mar 12, 2014 12:00 am

Re: How to place marks below symbols?

Post by ERGOTECH » Tue Dec 30, 2014 10:07 am

Thank you very much, Narcís!

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

Post Reply