Jump to content
Software FX Community

Is it possible to add watermark to the background of the chart?


Fred

Recommended Posts

That gets tricky because the Print is done in the client. There is no property that will add a background only to print. By default the chart prints with no background.

You can theoretically do this by changing the chart right before printing, then changing it back, however this may cause some flickering.

I have never done anything like this client-side, an honestly I don't know whether JavaScript has everything needed to achieve this.

Link to comment
Share on other sites

Hi Frank,

I tried both but none of them works. I don't know where to set UseMainClient.

Here is what my javascript code:

var chart1 = document.getElementById('<%= Chart1.UniqueID%>');

var chart1 = document.getElementById('<%= Chart1.UniqueID%>');

//chart1.Chart.Printer.Print;

chart1.Printer.Print;

Thanks.

Fred

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...