[Need advice] Incrusting a TChart on another TChart...
Posted: Tue Jan 09, 2007 2:49 pm
Hello,
For my customers it's a need to be able to view a chart over another one like my example below :
I'm thinking about 2 possibilities :
1. Adding a TChart component on the main TChart, but the problem is to be able to save the image as GIF, JPEG, etc. correctly (with the 2nd little chart).
2. Creating a new component which inherits from TAnnotationTool, and draw a TChart component inside the derived TAnnotationTool, but it seems quite difficult to realize.
Do you have some suggestions for my problem ? If you think it's possible, you could add this to your wish-list.
For my customers it's a need to be able to view a chart over another one like my example below :
I'm thinking about 2 possibilities :
1. Adding a TChart component on the main TChart, but the problem is to be able to save the image as GIF, JPEG, etc. correctly (with the 2nd little chart).
2. Creating a new component which inherits from TAnnotationTool, and draw a TChart component inside the derived TAnnotationTool, but it seems quite difficult to realize.
Do you have some suggestions for my problem ? If you think it's possible, you could add this to your wish-list.