Hi Team,
We are currently using:-
BuildDate Wed Mar 05 15:52:00 IST 2014
Version 4.1p
SCVersionNumber v9.1p_2014-03-05
While working on zoomed chart I got some issues where I am unable to resolve it. Please I need your help in below issues.
1. While downloading or printing zoomed chart, it shows a empty space at the bottom that is generated by original chart which is using for zooming.
How can I solve that issue? I don't want that empty space.
Here is code for download:
Here is code for print:
2. If I set new colors for chart then different colors are shown in original and zoomed chart. The zoomed chart shows my custom colors but original chart still shows default colors.
How can I set my same custom colors for both original and zoomed chart?
Thanks
We are currently using:-
BuildDate Wed Mar 05 15:52:00 IST 2014
Version 4.1p
SCVersionNumber v9.1p_2014-03-05
While working on zoomed chart I got some issues where I am unable to resolve it. Please I need your help in below issues.
1. While downloading or printing zoomed chart, it shows a empty space at the bottom that is generated by original chart which is using for zooming.
How can I solve that issue? I don't want that empty space.
Here is code for download:
Code:
RPCManager.exportImage(chart.getSvgString(),requestProperties);Code:
Canvas.getPrintHTML(new Object[]{chart});How can I set my same custom colors for both original and zoomed chart?
Thanks