webchart's walls back image don't show on the 3 dimension
Posted: Wed Aug 09, 2006 7:00 am
why don't show walls back image on the 3 dimension?
.
my code is
***************************************************
string imagePath = this.GraphBackImage.ToString().Remove(0, 2);
imagePath = HttpContext.Current.Server.MapPath(imagePath);
Bitmap myBitMap = new Bitmap(imagePath);
System.Drawing.Image m = System.Drawing.Image.FromFile(imagePath);
myChart.Chart.Walls.Back.Image = m;
myChart.Chart.Walls.Back.ImageMode = this.GraphBackImageMode;
myChart.Chart.Walls.Back.ImageTransparent = true;
***************************************************
the code block working and wall back image showing while webchart is 2 dimension,
but don't work 3 dimension.
please help.
.
my code is
***************************************************
string imagePath = this.GraphBackImage.ToString().Remove(0, 2);
imagePath = HttpContext.Current.Server.MapPath(imagePath);
Bitmap myBitMap = new Bitmap(imagePath);
System.Drawing.Image m = System.Drawing.Image.FromFile(imagePath);
myChart.Chart.Walls.Back.Image = m;
myChart.Chart.Walls.Back.ImageMode = this.GraphBackImageMode;
myChart.Chart.Walls.Back.ImageTransparent = true;
***************************************************
the code block working and wall back image showing while webchart is 2 dimension,
but don't work 3 dimension.
please help.