Posted: Wed Nov 26, 2003 12:06 pm
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
WebChart1.Width = Unit.Pixel(700);
WebChart1.Height = Unit.Pixel(700);
Josep Lluis Jorge
http://support.steema.com