Page 1 of 1

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

Posted: Mon Dec 19, 2005 2:39 pm
by 8728784
Can anyone tell me how to Put lables on a TChart Fastline that references a pertiular X value on the TChart

Posted: Mon Dec 19, 2005 5:01 pm
by narcis
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.