namespace InfoSoftGlobal.BluePrintApp.FC_ASP.UserControls { using System; using System.Data; using System.Drawing; using System.Web; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; /// /// Summary description for main. /// public class main : System.Web.UI.UserControl { protected System.Web.UI.WebControls.Literal Literal1; protected System.Web.UI.WebControls.Literal Literal2; protected System.Web.UI.WebControls.Literal Literal3; protected System.Web.UI.WebControls.Literal Literal4; private void Page_Load(object sender, System.EventArgs e) { } public string GetYearlySalesChartHtml() { string xmlDataYear = ""; xmlDataYear += DataGeneration.GetSalesByYear(); //Add some styles to increase caption font size xmlDataYear += "