I would like to set the background of the ChartArea and the rectangle that contains the Chart Area
The ChartArea I can do with the ChartArea object (Below)
public chartArea : Object = {
border: {
width:0
},
background-color: #fff
}
Now the chart area is often within an div rectangle that is added automatically when the Chart is added.
How do I set the background for the Rectangle area that contains the ChartArea.
Thanks
Jawahar