Set background in code has no effect?
Posted: Thu Jun 03, 2004 2:24 am
I have an asp.net page that needs to have graphs added dynamically.
Most of the chart functions behave normally, but I can't change the background color or the border style of my charts.
quickChart.BorderStyle = BorderStyle.None
quickChart.BackColor = Color.Transparent
quickChart.BorderColor = Color.Transparent
quickChart.Chart.Walls.Back.Color = Color.Transparent
Any suggestions?
Most of the chart functions behave normally, but I can't change the background color or the border style of my charts.
quickChart.BorderStyle = BorderStyle.None
quickChart.BackColor = Color.Transparent
quickChart.BorderColor = Color.Transparent
quickChart.Chart.Walls.Back.Color = Color.Transparent
Any suggestions?