views:

157

answers:

1

Hi,

The default background color of jasper chart is sky blue.

I want to change that background color.

How to change it?

A: 

If you are using iReport select the charts properties and change the background property to the colour you desire.

If not in the XML for the chart there should be an xml tag called <itemLabel>.

Within this you can set the foreground and the background of the chart as seen bellow.

<itemLabel color="#000000" backgroundColor="#FFFFFF"/>
Gordon