Pie chart setOption(backgroundColor,"transparent") does not work on IE8

I am trying to set the background of the pie chart this way:

pieChart.setOption(“backgroundColor”, “transparent”);

It works only on IE9 but not on IE8. Why so? whats the solution to this problem?

Is anybody there? Please help!