Hello,
1. Many items within Teechart hava a color propertie. The color can be changed via a pallette toolbox. I noticed that it is possible that once the pallette toolbox is opened many more of them can be openend just by clicking the original button.
2. We often want to point the user to a specific point on a chart (like an outlayer) via a annotation (rectangle + callout). The callout is pointed to the specific point and accompanied by text. The callout position is the problem. It can only be set via pixels. If the chart is scaled the callout points to something completly different. It would be nice if the callout point would be fixed to a x, y position.
TC V8.003
Hope you can do something with this input.
Greetings,
Jack
2 remarks on TC
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Jack,
Please find below the answers to your questions:
1. I've been able to reproduce this (TA05013147) and added it to the defect list to be fixed for next releases.
2. This is because you need to set objects to relative positions in the chart. For example: relative to a series point, an axis, legend, etc. And you should also update object's postion every time the chart is repainted: after resizing it, after zooming, after scrolling, etc. For that we recommend to implement objects positioning code in a method called in the OnAfterDraw event and OnZoom, OnUndoZoom, OnScroll, ... events. Here you'll find an example.
Please find below the answers to your questions:
1. I've been able to reproduce this (TA05013147) and added it to the defect list to be fixed for next releases.
2. This is because you need to set objects to relative positions in the chart. For example: relative to a series point, an axis, legend, etc. And you should also update object's postion every time the chart is repainted: after resizing it, after zooming, after scrolling, etc. For that we recommend to implement objects positioning code in a method called in the OnAfterDraw event and OnZoom, OnUndoZoom, OnScroll, ... events. Here you'll find 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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Jack,
Thanks for the information. I've added your request to our wish-list to be considered for inclusion in future releases.
Thanks for the information. I've added your request to our wish-list to be considered for inclusion in future releases.
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 |