%
'We've included ../Includes/FusionCharts.asp, which contains functions
'to help us easily embed the charts.
%>
FusionCharts - Simple Column 2D Chart - With Multilingual characters
Example using XML having multilingual text
<%
'This page demonstrates the ease of generating charts using FusionCharts.
'For this chart, we've used a XML
'containing UTF-8 encoded multilingual text
'Create an XML data document in a string variable
strXML = ""
strXML = strXML & ""
strXML = strXML & ""
strXML = strXML & ""
strXML = strXML & ""
strXML = strXML & ""
strXML = strXML & ""
strXML = strXML & ""
strXML = strXML & ""
strXML = strXML & ""
strXML = strXML & ""
strXML = strXML & ""
strXML = strXML & ""
strXML = strXML & ""
strXML = strXML & ""
strXML = strXML & ""
'Create the chart - Column 2D
Call renderChart("../../FusionCharts/Column2D.swf", "", strXML, "myFirst", 500, 400, false, false)
%>