<%@ Language=VBScript %> FusionCharts XT - ASP Class Array Example using Simple Column 3D Chart using dataURL method <% 'We've included ../Includes/FusionCharts.asp, which contains functions 'to help us easily embed the charts. %>

Plotting simple Column 3D Chart using dataURL method

 

<% ''This page demonstrates the ease of generating charts using FusionCharts ASP Class. ''For this chart, we've used a Data.asp which uses FusionCharts ASP Class (contained in /Data/ folder) ''This file will generate the chart XML and pass it to the chart ''We will use FusionCharts ASP function - renderChart() to render the chart usin the XML ''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(renderChart("../../FusionCharts/Column3D.swf", "Data/Data.asp", "", "myFirst", 600, 300, False, True)) %>