Is it possible to make a TeeChart’s background transparent? I’m using v2011.03.32815 (the version which comes out of the box with Delphi XE2). I found a somewhat working solution here but it’s not what I need. My DBCharts are inside a frame, and the background on which the charts are drawn might change. So, any ideas?
Is it possible to make a TeeChart’s background transparent? I’m using v2011.03.32815 (the version
Share
What about the example Yeray posted here?
This applied to a multiple chart form/panel could be something like this:
Note that the back bitmap needs to be initialized for every chart.
Don’t forget to set your charts transparent at form’s OnCreate event:
Full project is available here.