My client has requested that when they click on a chart's header, that it make the chart much larger and centered on the screen. My plan was to use something like jQuery Tools Overlay to make a "popup" of the image generated in a separate div tag. I notice that the inline CSS for the charts are based on the height and width we set for the controls. I assume the actual image of the chart is much bigger? If so, is there a way to access the image (i'm using Session deployment scenario) without having to run the chart control for the same data a second time?
Hi,
I just wanted to know if you were able to solve your issue based on Tsvetelina's suggestions or you still need help? Just let me know.
Thank you.
Sincerely,
Dimi
Developer Support Engineer
Infragistics, Inc.
Not really. The suggestion was one way to go, but not what the client was looking for. Basically, they wanted something like what's in this link: http://flowplayer.org/tools/demos/overlay/index.htmlI have overlay working, but in order to put a larger version of the image in the "popup" i'd need to render the chart a second time. As it is, my page has 8 charts rendering simultaneously. Not too bad, but a little slow. In order to be able to render any of the images on click, i'd have to render all 8 larger and hidden (until the click) and do 16 at the same time. Thanks for the help though.Rob
Hello Rob,
Currently the only possible way to enlarge the image is handling ChartClick on the server , to change the size of the chart and to recreate it again.
Let me know if you have further questions.