%@ Page Language="C#" AutoEventWireup="true" CodeFile="BasicChart.aspx.cs" Inherits="BasicExample_BasicChart" %>
<%@ Import Namespace="InfoSoftGlobal" %>
FusionCharts Free - Simple Column 3D Chart
Basic example using pre-built Data.xml
<%
//This page demonstrates the ease of generating charts using FusionCharts.
//For this chart, we've used a pre-defined Data.xml (contained in /Data/ folder)
//Ideally, you would NOT use a physical data file. Instead you'll have
//your own ASP 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 - Column 3D Chart with data from Data/Data.xml
Response.Write(FusionCharts.RenderChartHTML("../FusionCharts/FCF_Column3D.swf", "Data/Data.xml", "", "myFirst", "600", "300", false));
%>
Unable to see the chart above?