C# Class Ext.Net.MVC.Examples.Areas.Draw_Basic.Controllers.Punch_ChartController

Inheritance: Controller
Mostra file Open project: extnet/Ext.NET.Examples.MVC

Public Methods

Method Description
ColorFromAhsb ( double h, double sl, double l ) : System.Drawing.Color
GetChart ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Draw ( List axisx, List data ) : DrawContainer

Method Details

ColorFromAhsb() public method

public ColorFromAhsb ( double h, double sl, double l ) : System.Drawing.Color
h double
sl double
l double
return System.Drawing.Color

GetChart() public method

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

Index() public method

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