marala81 Report post Posted December 3, 2008 hi, i want to generate xml file from sql server database to use for power charts in the data base i will be having Client name and vendor names with Contract value. now i want to generate power charts by including above 3. can any body tell me this how to generate xml file. Thanks Ravi Kumar Share this post Link to post Share on other sites
Arindam Report post Posted December 3, 2008 Hi, Could you please tell us what type of server( asp.net, php , asp, jsp, or other) technologies are you using? Share this post Link to post Share on other sites
marala81 Report post Posted December 5, 2008 hi Arindam, i am sql server with asp.net (C#). could you please tell me how to generate xml file from sqlserver. Share this post Link to post Share on other sites
Arindam Report post Posted December 5, 2008 Hi, Could you please follow our basic example and blue print application with C# ? Share this post Link to post Share on other sites
marala81 Report post Posted December 8, 2008 hi Arindam, Thanks for your reply. but where could i find or download examples regarding power charts. i got only fusion charts examples when i download using download button in the home page. could you please tell me where are power charts examples. how could i download. i am using Asp.net with C#. Share this post Link to post Share on other sites
Arindam Report post Posted December 8, 2008 (edited) Hi, FusionCharts V3 and Power Chart Edited December 8, 2008 by Guest Share this post Link to post Share on other sites
marala81 Report post Posted December 8, 2008 hi, how to generate Structure of Charts XML that i get nodes 2 types (vendors and Clients) from the database. is there any process to prepare x and y positions dynamically. when i am forming xml with x and y positions all the nodes are displaying at one place. instead is there any easy way to calculate to form xml Share this post Link to post Share on other sites
Arindam Report post Posted December 8, 2008 (edited) Hi, You have to calculate x and y position yourself. Dynamic x and y calculation process is not available. You can follow this documentation for your help. http://www.fusioncharts.com/PCDocs/Contents/ChartSS/DragNode.htm Edited December 8, 2008 by Guest Share this post Link to post Share on other sites