How to put lables on TChart FastLine at a specific X Local

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Craigr
Newbie
Newbie
Posts: 4
Joined: Tue Aug 31, 2004 4:00 am
Contact:

How to put lables on TChart FastLine at a specific X Local

Post by Craigr » Mon Dec 19, 2005 2:39 pm

Can anyone tell me how to Put lables on a TChart Fastline that references a pertiular X value on the TChart

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 Dec 19, 2005 5:01 pm

Hi Craigr,

You have several options for that:

1) Add a label for each point using one of the Add methods overrides that includes that parameter.

2) Make series marks visible and use GetSeriesMark event to customize them.

3) Use an Annotation Tool.

4) Custom draw on TeeChart's canvas.

You'll find examples for all those cases at TeeChart features demo, available at TeeChart's program group. However, if you are more specific on what you want to achieve we may be able to make some more suggestion or write an example.
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

Post Reply