<%@ Page Language="c#" CodeBehind="Chart_TopIndicators.aspx.cs" AutoEventWireup="false" Inherits="InfoSoftGlobal.BluePrintApp.FC_ASP.Chart_TopIndicators" %> <%@ 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 - My Top Indicators <% //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. %>
<%=GetTopCustomersChartHtml()%>

Show top    Customers
<%=GetTopCountriesChartHtml()%>

Show top    Countries
<%=GetTopProductsChartHtml()%>

Show top    Expensive Products
<%=GetTopCitiesChartHtml()%>

Show top    Cities