C# Class Ext.Net.MVC.Demo.Controllers.ChartController

Inheritance: BaseDataController
显示文件 Open project: pgodwin/Ext.net

Public Methods

Method Description
ProductSalesByCategory ( ) : System.Web.Mvc.ActionResult
SalesByYear ( ) : System.Web.Mvc.ActionResult
TotalByEmployee ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
GetProductsSalesByCategoryImage ( int year ) : System.Web.Mvc.ActionResult

Method Details

ProductSalesByCategory() public method

public ProductSalesByCategory ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

SalesByYear() public method

public SalesByYear ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

TotalByEmployee() public method

public TotalByEmployee ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult