Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
MassageV3
/
VBNET
/
BasicExample
:
BasicDataXML.aspx
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="BasicDataXML.aspx.vb" Inherits="BasicExample_BasicDataXML" %> <html> <head> <title>FusionCharts Free - Simple Column 3D Chart using dataXML method </title> <style type="text/css"> <!-- body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; } --> </style> </head> <body> <center> <h2> <a href="http://www.fusioncharts.com" target="_blank">FusionCharts Free</a> Examples</h2> <h4> Basic example using dataXML method (with XML data hard-coded in ASP.Net page itself)</h4> <p> 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.</p> <asp:Literal ID="FCLiteral" runat="server"></asp:Literal> <br /> <br /> <a href='../NoChart.html' target="_blank">Unable to see the chart above?</a> <br /> <h5> <a href="../Default.aspx">« Back to list of examples</a></h5> </center> </body> </html>