%@ Page Language="VB" AutoEventWireup="false" CodeFile="dataXML.aspx.vb" Inherits="BasicExample_dataXML" %>
FusionCharts Free - Simple Column 3D Chart using dataXML method
<%
'You need to include the following JS file, if you intend to embed the chart using JavaScript.
'Embedding using JavaScripts avoids the "Click to Activate..." issue in Internet Explorer
'When you make your own charts, make sure that the path to this JS file is correct. Else, you would get JavaScript errors.
%>
JavaScript embedding using dataXML method (with XML data hard-coded in ASP.Net page
itself)
If you view the source of this page, you'll see that the XML data is present in
this same page (inside HTML code). We're not calling any external XML (or script)
files to serve XML data. dataXML method is ideal when you've to plot small amounts
of data.
Unable to see the chart above?