Exporting chart and grid together
Cancel
Thread is closed for posting
2
posts,
0
answers
-
Sivarajan Raju
3
posts
Member since:
Jul 2008
Posted 21 Jan 2010
Link to this post
Hi,
Is there any way to export Rad chart and Rad grid control(s) in a page.
Rad Chart however can be saved only as image.
But I want them to be merged together.. Is there a way to do this?
-
-
Schlurk
812
posts
Member since:
May 2009
Posted 21 Jan 2010
Link to this post
You can use the RadChart's Save() method to either save the image to the server or place it in the memory stream. From where you should be able to manipulate it like you could any image. I'm not sure how you are looking to export the chart and grid together but in terms of handling the Chart the Save() method is the best way to approach things.
-