File "BasicChart.aspx"

Full Path: /home/analogde/www/FusionChartsFree/Code/CSNET/BasicExample/BasicChart.aspx
File size: 1005 B
MIME-type: text/html
Charset: utf-8

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="BasicChart.aspx.cs" Inherits="BasicExample_BasicChart" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
    <title>FusionCharts Free - Simple Column 3D Chart </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 pre-built Data.xml</h4>
        <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'>&laquo; Back to list of examples</a></h5>
    </center>
</body>
</html>