Panel Colour
Posted: Fri Aug 03, 2012 8:13 am
I have set the panel colour to be white as below:-
WebChart1.Chart.Panel.Color = System.Drawing.Color.White;
WebChart1.Chart.Panel.Visible = true;
However this is giving a gradient colour, see sample 1
If I make the panel invisible = false, the fonts then look wrong, how can get remove the gradiant?
WebChart1.Chart.Panel.Color = System.Drawing.Color.White;
WebChart1.Chart.Panel.Visible = true;
However this is giving a gradient colour, see sample 1
If I make the panel invisible = false, the fonts then look wrong, how can get remove the gradiant?