NoBullMan Report post Posted May 25, 2012 Hi, I have a couple of questions: How can I add an image, like the application logo, to the top right corner of a chart, on the same line as the caption/subcaption? For my x-axis I have values like 1, 2, 3, ..., 24+, 48+. When I plot the chart the + sign does not display. Not all values have the + sign, just a couple of them. Is there a way to add a link/button that would save the chart to a file, like PDF? Thanks. Share this post Link to post Share on other sites
NoBullMan Report post Posted May 25, 2012 (edited) I found "Export charts to image/PDF --> Server Side Exporting" in the documentation page. Edited May 25, 2012 by NoBullMan Share this post Link to post Share on other sites
Sanjukta Report post Posted May 26, 2012 Hi, How can I add an image, like the application logo, to the top right corner of a chart, on the same line as the caption/subcaption? >> I am afraid, the application logo or image is not possible to be placed on the same line as the caption, as of now. It can be positioned only over the chart. For my x-axis I have values like 1, 2, 3, ..., 24+, 48+. When I plot the chart the + sign does not display. Not all values have the + sign, just a couple of them. >> Please try URL encoding the "+" sign to "%2B" and see if this helps. Hope this helps. Share this post Link to post Share on other sites
NoBullMan Report post Posted May 29, 2012 Hi, >> I am afraid, the application logo or image is not possible to be placed on the same line as the caption, as of now. It can be positioned only over the chart. >> Please try URL encoding the "+" sign to "%2B" and see if this helps. Hope this helps. Thanks. HttpUtility.UrlEncode worked. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted May 30, 2012 Thanks. HttpUtility.UrlEncode worked. Its good to know that, your issue is resolved. Share this post Link to post Share on other sites