Basic example using pre-built MSData.xml
<%
'This page demonstrates the ease of generating charts using FusionCharts.
'For this chart, we've used a pre-defined MSData.xml (contained in /Data/ folder)
'Ideally, you would NOT use a physical data file. Instead you'll have
'your own PHP scripts virtually relay the XML data document. Such examples are also present.
'For a head-start, we've kept this example very simple.
'Create the chart - Multi-series Column 3D Chart with data from Data/MSData.xml
Call renderChart("../../FusionCharts/MSColumn3D.swf", "Data/MSData.xml", "", "myFirst", 600, 300, False, True)
%>