<%@ Page Language="VB" AutoEventWireup="false" CodeFile="dataXML.aspx.vb" Inherits="dataXML" %> FusionCharts XT ASP.NET(VB) Samples

Basic example using dataXML method (with XML data hard-coded in VB.NET page itself)

 

If you view the source of this page, you'll see that the XML data is present in this same page. 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.