shaswathi Report post Posted September 30, 2009 Hi My requirement is such that when i display the graph, I do display with the showLegend(false). And when i click on the link then it should show me only the legend but not the entire graph. Is it possible in fusion charts. Share this post Link to post Share on other sites
Guest Madhumita Report post Posted September 30, 2009 Hi Saswathi, Welcome to the FusionCharts Forum. When you click on the link , if you want to show the legend , you can try using the SSGrid.SWF to drill-down to. FusionCharts Grid Component helps you display FusionCharts XML data in a tabular format. You can combine the grid component to form a good looking combo. Please refer to the following link: http://www.fusioncharts.com/docs/Contents/Grid_Usage.html Grid component is generally used in single-series charts. However, as in your case you are using Multi-Series charts, you have to create a separate XML for the grid component. There you can specify the <category> name of the actual chart in the label attribute of the <set> element of the Grid Component XML along with the corresponding colors. Hope this helps . Share this post Link to post Share on other sites