The Chart BackWall object uses the getBrush().setImage() method to fill the interior.
It can be set at design-time or run-time.

Example:
myChart.getWall().getBack().getBrush().setImage( ... )
myChart.getWalls().getBack().setTransparent(false);