<%@ Language=VBScript %> FusionCharts - Simple Dual Y Axis Conbination Chart <% 'We've included ../Includes/FusionCharts.asp, which contains functions 'to help us easily embed the charts. %>

Basic example using pre-built CDYData.xml

<% 'This page demonstrates the ease of generating charts using FusionCharts. 'For this chart, we've used a pre-defined CDYData.xml (contained in /Data/ folder) 'Ideally, you would NOT use a physical data file. Instead you'll have 'your own PHP 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 - Dual Y Combination 2D Chart with data from Data/CDYData.xml Call renderChart("../../FusionCharts/MSCombiDY2D.swf", "Data/CDYData.xml", "", "myFirst", 600, 300, False, True) %>