Is there a way to make the TChart it self transparent? For example, if I drop two TChart frames on a form, and have the two charts overlapped. Can I set the TChart property so that curves from both charts are displayed, rather then on e chart is covered by another chart?
Thanks
Bill
Transparent Chart
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Transparent Chart
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 |
Re: Transparent Chart
Hi,
I've searched the posts and have not found an example that shows me how to make the Chart transparent.
Thaks
Bill
I've searched the posts and have not found an example that shows me how to make the Chart transparent.
Thaks
Bill
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Transparent Chart
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 |
Re: Transparent Chart
Thanks for the post. The example worked with the TMapSeries. However, if I change to a TFastLineSeries, and try to zoom or panning, as you can imagine, the result is not desirable. IS there a way to pass the background Canvas and draw on that? Can that be a solution?
Thanks.
Thanks.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Transparent Chart
Hi Bill,
I made an example with a FastLine series, find it attached. I removed the chart, added a new one, assigned the OnBeforeDrawChart event and hide the back wall. Does this work as you expect?
I made an example with a FastLine series, find it attached. I removed the chart, added a new one, assigned the OnBeforeDrawChart event and hide the back wall. Does this work as you expect?
- Attachments
-
- TranspChart.zip
- (1.75 MiB) Downloaded 475 times
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 |