Page 1 of 1

Posted: Wed Nov 26, 2003 12:06 pm
by Pep
To resize the WebChart you should use something like :

WebChart1.Width = Unit.Pixel(700);
WebChart1.Height = Unit.Pixel(700);

Josep Lluis Jorge
http://support.steema.com

Posted: Mon Jan 12, 2004 6:11 pm
by Marc
Hello,

This post is a little old now but worth saying I think that the following should be considered as an option if only the exported image size is to be modified.

Code: Select all

tChart1.Export.Image.GIF.Width=xxx;
tChart1.Export.Image.GIF.Height=xxx;
tChart1.Export.Image.GIF.Save(@"c:\myImages\GIFChart.gif");
Regards,
Marc Meumann
Steema Support