Hello Experts!!
I'm looking for a way how I can show 'Trackmarks' on the timeline (maybe X-Axis)...this Trackmarks are Timemarks which contain the time of the mark. So on build up the chart I want tell the chart that (for e.g. on second 3.6 or 7.2) it have to paint this marks on the X-axis. After that the user can click at the little symbol and the application should do something at this time....
Any ideas??
Bye
Thomas
Symbols...
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Thomas,
If those marks need to have the click feature you could try using an annotation tool for each mark you wish to draw.
If those marks need to have the click feature you could try using an annotation tool for each mark you wish to draw.
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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 |
Hi,
this feature (size for TAnnotation tool) was introduced in the TeeChart Pro v7.
In that case the only way I can think of (using v6) would be to generate your custom annotation using the Canvas techniques :
Chart1.Canvas.Rectangle(.....);
Chart1.Cancas.TextOut(....);
this feature (size for TAnnotation tool) was introduced in the TeeChart Pro v7.
In that case the only way I can think of (using v6) would be to generate your custom annotation using the Canvas techniques :
Chart1.Canvas.Rectangle(.....);
Chart1.Cancas.TextOut(....);
Pep Jorge
http://support.steema.com
http://support.steema.com