niravv Report post Posted November 21, 2011 Hi, We are using fusioncharts and facing issue on setting up legend background color.. Code looks like this.. chart caption="[b]Chart Title[/b]" subCaption="" xAxisName="" yAxisName="" showBorder="[b]1[/b]" borderColor="" borderThickness="[b]0[/b]" decimals="[b]0[/b]" numberPrefix="" numberSuffix="" canvasBgAngle="[b]0[/b]" showLegend="[b]1[/b]" legendBgAlpha="[b]30[/b]" legendBgColor="[b]#66ff33[/b]" LegendBorderColor="[b]#ff0000[/b]" legendShadow="[b]0[/b]" logoURL="[b]http://localhost/Contents/106/106293/[/b]" logoPosition="" logoAlpha="[b]0[/b]" bgColor="[b]#ffffff[/b]" bgAlpha="[b]0[/b]" showValues="[b]False[/b]" baseFont="" baseFontSize="[b]12[/b]" baseFontColor="" animation="[b]1[/b]" I am not sure what is missing here.. Thanks, Nirav. Share this post Link to post Share on other sites
Guest Angshu Report post Posted November 21, 2011 Hi, Thanks for your post. In multi-series / combination charts, the series name of each data-set shows up in the legend of the chart. This helps you relate a data plot to its series name using its color. The legend does not appear for single-series charts because there is only one series in the chart. More details at : http://www.fusioncharts.com/docs/?AttDesc/Legend.html Hope this helps. Share this post Link to post Share on other sites
niravv Report post Posted November 23, 2011 Hi, Thanks for the reply, but the issue is not yet solved. What i am trying is like this. I wanted to apply background color to legends. I do have seperate provision for chart background, canvas background also. Now, whatever color i select for legends background, it gives me the grey color. I am attaching the screen shots for the same. Also i am attaching my Xml file for review. Thanking in advance, Nirav Hi, Thanks for your post. In multi-series / combination charts, the series name of each data-set shows up in the legend of the chart. This helps you relate a data plot to its series name using its color. The legend does not appear for single-series charts because there is only one series in the chart. More details at : http://www.fusioncha...esc/Legend.html Hope this helps. Custom-106422-1787723.xml Share this post Link to post Share on other sites
Guest Angshu Report post Posted November 23, 2011 Hi, Thanks for your response. Please try the same by removing the "#" symbol from the <legendBgColor> attribute in your XML code. Hope this helps. Share this post Link to post Share on other sites