<%@ Page Language="c#" CodeBehind="Chart_SalesByEmployee.aspx.cs" AutoEventWireup="false" Inherits="InfoSoftGlobal.BluePrintApp.FC_ASP.Chart_SalesByEmployee" %> <%@ 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 - Sales By Employees <% //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. %>
<%=GetSalesPerEmployeeChartHtml()%>

Click on a pie slice above to see the employee's past performance.

<%=GetYearlySalesChartHtml()%> <%=GetNumberOfOrdersChartHtml()%>