Page 1 of 1

white background

Posted: Fri Oct 21, 2005 2:09 pm
by 8121612
Hi,

Is it possible to get a white background?
Somehow it does not work, all I get is a dotted background.

I managed to get a gradient, but it is not so smooth as in the sample. What am I doing wrong?

If I go to the Hatch Brush Editor and unselect the Visible check, I get a black background, although the background of the WebChart is turned to White.

Please give me some hints.
Thanks
Werner

Posted: Fri Oct 21, 2005 3:25 pm
by narcis
Hi Werner,

It works fine here using:

Code: Select all

WebChart1.Chart.Panel.Color=Color.White;

Posted: Tue Nov 22, 2005 1:46 pm
by 9639216
Thanks. This works with me.