<%@ Page Language="c#" CodeBehind="Chart_ShippingDelay.aspx.cs" AutoEventWireup="false" Inherits="InfoSoftGlobal.BluePrintApp.FC_ASP.Chart_ShippingDelay" %> <%@ Register TagPrefix="uc1" TagName="footer" Src="UserControls/footer.ascx" %> <%@ Register TagPrefix="uc1" TagName="header" Src="UserControls/header.ascx" %> <%@ Register TagPrefix="uc1" TagName="Separator" Src="UserControls/Separator.ascx" %> FusionCharts v3 Demo Application - Average Delay in Shipping Products <% //'You need to include the following JS file, if you intend to embed the chart using JavaScript. //'Embedding using JavaScripts avoids the "Click to Activate..." issue in Internet Explorer //'When you make your own charts, make sure that the path to this JS file is correct. Else, you would get JavaScript errors. %>
<%=GetDelayChartHtml()%>

Click on a column above to see the city-wise details.

<%=GetDelayByCountryChartHtml()%>