C# Class DotNetCurry.HtmlHelpers.ChartExtensions

Show file Open project: dotnetcurry/HtmlHelperLibrary

Public Methods

Method Description
Chart ( this helper, string chartName, List dataSource, string xTitle, string yTitle ) : System.Web.HtmlString

Private Methods

Method Description
GetDataSourceFromIntArray ( List dataSource ) : string
SetupHtml ( string chartName, string dataSource, string xTitle, string yTitle ) : System.Web.HtmlString
SetupScript ( string chartName, string dataSource, string xTitle, string yTitle ) : TagBuilder

Method Details

Chart() public static method

public static Chart ( this helper, string chartName, List dataSource, string xTitle, string yTitle ) : System.Web.HtmlString
helper this
chartName string
dataSource List
xTitle string
yTitle string
return System.Web.HtmlString