<%@ Page Language="c#" CodeBehind="Chart_YearlySalesByCat.aspx.cs" AutoEventWireup="false" Inherits="InfoSoftGlobal.BluePrintApp.FC_ASP.Chart_YearlySalesByCat" %> <%@ Register TagPrefix="uc1" TagName="Separator" Src="UserControls/Separator.ascx" %> <%@ Register TagPrefix="uc1" TagName="header" Src="UserControls/header.ascx" %> <%@ Register TagPrefix="uc1" TagName="footer" Src="UserControls/footer.ascx" %> FusionCharts v3 Demo Application - Yearly Sales By Categories <% //'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. %>
<%=GetSalesByCategoryChartHtml()%>

Select a category above to view product wise sales.

<%=GetSalesByProductChartHtml()%>