[email protected] Report post Posted October 29, 2016 (edited) hai, my problem is that, i want to create a chart in the following format. that was originally created in MS Excel. Now i want to create this in vb.net windows application. is it possible .please guide met to do this. Actual chat is attached. Edited October 29, 2016 by iwesabe Share this post Link to post Share on other sites
soumya Report post Posted November 2, 2016 Hi, The mock-up image is not getting opened. Could you please attach the image with higher resolution in your response. Thanks Share this post Link to post Share on other sites
[email protected] Report post Posted November 3, 2016 We are creating a chart as attached in vb.net windows application. Kindly guide us to do this. Waiting for your swift response.... Share this post Link to post Share on other sites
soumya Report post Posted November 8, 2016 Hi, FusionCharts doesn't support stacked line chart rather it supports stacked column bar or area chart. From the mock up image it looks like "Multi series Line chart" hence you could achieve the same by implementing Multi series line chart. For further reference regarding rendering Multi series line chart in VB.Net please download the sample from below given Drop box link. https://www.dropbox.com/s/2v795ew4vvyp1o0/msline%20chartdemo%20in%20windows%20application%20vb.zip?dl=0 Thanks Share this post Link to post Share on other sites
[email protected] Report post Posted November 8, 2016 hai , how to create a stacked column chart in the following format. we want to create labels for each column in the right side. please give us a solution. we expect your valuable advice soon. Share this post Link to post Share on other sites
Prerana Report post Posted November 9, 2016 Hello, Thanks for the query. Your requirement is achievable using stacked column 2D chart to plot the chart and annotation to show the series name at the right side. For further reference about stacked chart and annotation,please visit the links given below. Stacked column 2D chart - http://www.fusioncharts.com/dev/chart-attributes.html?chart=stackedcolumn2d Annotation - http://www.fusioncharts.com/dev/advanced-chart-configurations/annotations/introduction.html Kindly refer the fiddle link below for the implementation. http://jsfiddle.net/f1p6ecbb/8/ Hope this helps,Thanks Share this post Link to post Share on other sites