How to put lables on TChart FastLine at a specific X Local
How to put lables on TChart FastLine at a specific X Local
Can anyone tell me how to Put lables on a TChart Fastline that references a pertiular X value on the TChart
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |