pramodg Report post Posted August 5, 2009 Resp. sir. Thanks for reading I need your help. I am using fusionchart on my page. There I need select boxes on each y axis to select Y axis Items. The image is attached with the mail. The second bar chart has the functionality mentioned. Also in another senario I want to show two Y axis. One with numeric values and another with % values. So please specify which .swf should I use in both senario. I am working on C#.Net. Please Find the attachment. I have problems with second and third image in attachment. Waiting eargly for you valuable reply Thanks And Regards. Pramod S/W Engineer Pune Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 5, 2009 Hello Pramod, Check boxes are not a part of FusionCharts. However, there might be a workaround. Here's an idea: 1. You can store the values of the particular data set someplace. 2. This data would be called on the selection and submit(button) of that check box. 3. The check box can be displayed along side the Bar chart as in to show that they refer to the particular datasets. All this has to be done at your end via program, since FusionCharts doesn't support check boxes. In reference to your second query, you could try using the MSCombiDY2D.swf. The sNumberSuffix attribute would help in specifying the number suffix as '%' in the secondary Y-axis! I hope this helps. Share this post Link to post Share on other sites
pramodg Report post Posted August 6, 2009 Hi RajRoop, Pleaz solve this problem also. I want that third line as a collumn. Plz help Share this post Link to post Share on other sites
Guest Rajroop Report post Posted August 6, 2009 Hello Pramod, Could you add the attribute renderAs='COLUMN' in the <dataset> element that you want to display as a column? I hope this helps. Share this post Link to post Share on other sites