Can anyone tell me how to draw drag node chart on asp.net c# page.
Page 1 of 1
Drag Node
Other Replies To This Topic
#2
Posted 17 February 2012 - 07:36 AM
Greetings, 
Please refer the following link for more information:
http://docs.fusionch...sicExample.html
In the same way, you would need to provide pre-defined XML data format (chart specific) to the chart.
You would need to provide 'DragNode. swf' and 'DragNode' chart XML file in the project.
Also, following .js files you would need to add in your project:
FusionCharts.js
FusionCharts.HC.js
FusionCharts.HC.PowerCharts.js
jquery.min.js
Hope this helps.
Please refer the following link for more information:
http://docs.fusionch...sicExample.html
In the same way, you would need to provide pre-defined XML data format (chart specific) to the chart.
You would need to provide 'DragNode. swf' and 'DragNode' chart XML file in the project.
Also, following .js files you would need to add in your project:
FusionCharts.js
FusionCharts.HC.js
FusionCharts.HC.PowerCharts.js
jquery.min.js
Hope this helps.
Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/
Thanks,
Sumedh
Follow us @Twitter!
http://documentation...sioncharts.com/
Thanks,
Sumedh
Follow us @Twitter!
Other Replies To This Topic
#3
Posted 19 February 2012 - 06:23 PM
Thanks for your reply.
Sumedh, on 17 February 2012 - 07:36 AM, said:
Greetings, 
Please refer the following link for more information:
http://docs.fusionch...sicExample.html
In the same way, you would need to provide pre-defined XML data format (chart specific) to the chart.
You would need to provide 'DragNode. swf' and 'DragNode' chart XML file in the project.
Also, following .js files you would need to add in your project:
FusionCharts.js
FusionCharts.HC.js
FusionCharts.HC.PowerCharts.js
jquery.min.js
Hope this helps.
Please refer the following link for more information:
http://docs.fusionch...sicExample.html
In the same way, you would need to provide pre-defined XML data format (chart specific) to the chart.
You would need to provide 'DragNode. swf' and 'DragNode' chart XML file in the project.
Also, following .js files you would need to add in your project:
FusionCharts.js
FusionCharts.HC.js
FusionCharts.HC.PowerCharts.js
jquery.min.js
Hope this helps.
Other Replies To This Topic
#4
Posted 20 February 2012 - 04:31 AM
Happy FusionCharting !
Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/
Thanks,
Sumedh
Follow us @Twitter!
http://documentation...sioncharts.com/
Thanks,
Sumedh
Follow us @Twitter!
Other Replies To This Topic
#5
Posted 22 February 2012 - 06:18 AM
I have created drag node chart bot i am not getting download/save button.
I also want to use scrollbar
I also want to use scrollbar
Other Replies To This Topic
#6
Posted 22 February 2012 - 10:05 AM
Greetings, 
You can export your charts as images. By allowing you to export as PDFs as well, and also lets you choose whether to export the charts at client-side or server-side.
The entire FusionCharts export process is a multi-step process involving various elements, including:
> The chart itself - This is the SWF file that you embed in your page to generate the chart.
The chart is responsible to take its own snapshot so that further processes can take place.
> FusionCharts JavaScript class (FusionCharts.js) - The JavaScript class used to embed the chart.
> FusionCharts Export Handlers (Server-side)- In case of server-side export, these server-side scripts accept and convert the bitmap snapshot of charts into images/PDFs.
> FusionCharts Export Component (Client-side) - In case of client-side export, FusionCharts Export Component accepts the bitmap snapshot of chart and converts into the required export format.
> FusionCharts Export Component JavaScript class (FusionChartsExportComponent.js) - This JavaScript class helps you initiate the FusionCharts Export Component object
and to set the JavaScript communication channel between the chart and FusionCharts Export Component. It has additional logic for cross-browser compatibility and error handling.
Please refer the following links, for more information:
http://docs.fusionch...erOverview.html
http://docs.fusionch...ntOverview.html
I am afraid, scrolling feature for Drag-Node chart is not supported, as of now.
Hope this helps.
You can export your charts as images. By allowing you to export as PDFs as well, and also lets you choose whether to export the charts at client-side or server-side.
The entire FusionCharts export process is a multi-step process involving various elements, including:
> The chart itself - This is the SWF file that you embed in your page to generate the chart.
The chart is responsible to take its own snapshot so that further processes can take place.
> FusionCharts JavaScript class (FusionCharts.js) - The JavaScript class used to embed the chart.
> FusionCharts Export Handlers (Server-side)- In case of server-side export, these server-side scripts accept and convert the bitmap snapshot of charts into images/PDFs.
> FusionCharts Export Component (Client-side) - In case of client-side export, FusionCharts Export Component accepts the bitmap snapshot of chart and converts into the required export format.
> FusionCharts Export Component JavaScript class (FusionChartsExportComponent.js) - This JavaScript class helps you initiate the FusionCharts Export Component object
and to set the JavaScript communication channel between the chart and FusionCharts Export Component. It has additional logic for cross-browser compatibility and error handling.
Please refer the following links, for more information:
http://docs.fusionch...erOverview.html
http://docs.fusionch...ntOverview.html
I am afraid, scrolling feature for Drag-Node chart is not supported, as of now.
Hope this helps.
Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/
Thanks,
Sumedh
Follow us @Twitter!
http://documentation...sioncharts.com/
Thanks,
Sumedh
Follow us @Twitter!
Other Replies To This Topic
Page 1 of 1


Back to top
MultiQuote