This question is locked. New answers and comments are not allowed.
Hi,
I am trying to export a RadChart to an image using myRadChart.ExportToImage(stream). This all works very well but I want to change the size of the output image.
So I tried doing:
myChart.Width = 800;
myChart.Height = 600;
myChart.ExportToImage(stream);
However, the output image is still as big as the current browser view is.
Is there a way around this?
Thanks
I am trying to export a RadChart to an image using myRadChart.ExportToImage(stream). This all works very well but I want to change the size of the output image.
So I tried doing:
myChart.Width = 800;
myChart.Height = 600;
myChart.ExportToImage(stream);
However, the output image is still as big as the current browser view is.
Is there a way around this?
Thanks