HiI am using following XML to generate graph.
i have used bgColor='999999' bgAlpha='100' attributes bur still i am unable to change the background color .
I am always getting 3 default colors as background.
I have attached how graph is appearing.
Please help me to solve this problem.
XML file
<graph caption="" bgColor='999999' bgAlpha='100' formatNumberScale='0' canvasBgColor="FFFFFF" numDivLines="10" yAxisName="Reading" xAxisName="Date" rotateNames="0" showLegend="1" showNames="1" xAxisMaxValue="132" xAxisMinValue="11" yAxisMinValue="0" yAxisMaxValue="0" decimalPrecision="0">
<categories verticalLineColor="666666" verticalLineThickness="1"><category name="0" x="0" showVerticalLine="1"/>
<category name="JUL05" x="15" showVerticalLine="1"/>
<category name="OCT05" x="30" showVerticalLine="1"/>
<category name="JAN06" x="45" showVerticalLine="1"/>
<category name="APR06" x="60" showVerticalLine="1"/>
<category name="JUL06" x="75" showVerticalLine="1"/>
<category name="NOV06" x="90" showVerticalLine="1"/>
<category name="MAR07" x="105" showVerticalLine="1"/>
<category name="MAY07" x="120" showVerticalLine="1"/></categories>
<dataSet seriesName="Initial" anchorSides="6" anchorRadius="6" anchorBgColor="FF55FF" anchorBorderColor="995599">
<set y="1960"x="15"/>
</dataSet><dataSet seriesName="Routine" anchorSides="6" anchorRadius="6" anchorBgColor="D5FFD5" anchorBorderColor="009900">
<set y="2000"x="30"/>
</dataSet><dataSet anchorSides="6" anchorRadius="6" anchorBgColor="D5FFD5" anchorBorderColor="009900">
<set y="2032"x="45"/>
</dataSet><dataSet anchorSides="6" anchorRadius="6" anchorBgColor="D5FFD5" anchorBorderColor="009900">
<set y="2063"x="60"/>
</dataSet><dataSet anchorSides="6" anchorRadius="6" anchorBgColor="D5FFD5" anchorBorderColor="009900">
<set y="2094"x="75"/>
</dataSet><dataSet seriesName="Estimate (manual)" anchorSides="6" anchorRadius="6" anchorBgColor="0000FF" anchorBorderColor="000099">
<set y="2134"x="90"/>
</dataSet><dataSet anchorSides="6" anchorRadius="6" anchorBgColor="0000FF" anchorBorderColor="000099">
<set y="2180"x="105"/>
</dataSet><dataSet anchorSides="6" anchorRadius="6" anchorBgColor="D5FFD5" anchorBorderColor="009900">
<set y="2196"x="120"/>
</dataSet>
<vTrendlines>
<line startValue="0" endValue="36" alpha="5" color="00FF00" />
<line startValue="36" endValue="116" alpha="15" color="FFFF00" />
<line startValue="116" endValue="132" alpha="15" color="FF0000" />
</vTrendlines>
</graph>