However using the isDom approach causes two problems:
1) Right-click to save as image does not save the logo
2) When I re-adjust the chart, all previous instances of the Annotation box still appears such that if I incrementally adjust my chart horizontally 10 times there will be 10 logos produced overlapping each other. I am certain it is the isDom approach causing this issue as annotations without isDom are working fine.
I've looked at the reference guide and saw "ChartImage" as an alternative, however the console states that it's not a valid constructor.
For example:
Code: Select all
Sample = new Tee.ChartImage(Chart1);
I'm open to other alternatives if possible.
Thanks