Shadow color doesn't work
Posted: Mon Jan 30, 2006 6:58 pm
Setting shadow comes up fine in designer, but not at runtime.
this.tChart1.Panel.Shadow.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(0)), ((System.Byte)(0)));
this.tChart1.Panel.Shadow.Height = 5;
this.tChart1.Panel.Shadow.Width = 5;
how come?
this.tChart1.Panel.Shadow.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(0)), ((System.Byte)(0)));
this.tChart1.Panel.Shadow.Height = 5;
this.tChart1.Panel.Shadow.Width = 5;
how come?