資源簡介
c# mvc 雷達圖 報表 itextsharp實例
代碼片段和文件信息
using?System;
using?System.Web.Helpers;
using?System.Web.Mvc;
namespace?MvcChartExample?{
????public?class?ChartResult?:?ActionResult?{
????????private?readonly?Chart?_chart;
????????private?readonly?string?_format;
????????public?ChartResult(Chart?chart?string?format?=?“png“)?{
????????????if?(chart?==?null)
????????????????throw?new?ArgumentNullException(“chart“);
????????????_chart?=?chart;
????????????_format?=?format;
????????????if?(string.IsNullOrEmpty(_format))
????????????????_format?=?“png“;
????????}
????????public?Chart?Chart?{
????????????get?{?return?_chart;?}
????????}
????????public?string?Format?{
????????????get?{?return?_format;?}
????????}
????????public?override?void?ExecuteResult(ControllerContext?context)?{
????????????_chart.Writ
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2012-05-02?15:55??MvcChartExample\
?????文件?????????935??2012-05-02?15:55??MvcChartExample\MvcChartExample.sln
?????文件???????35840??2012-05-03?15:17??MvcChartExample\MvcChartExample.suo
?????目錄???????????0??2012-05-03?14:20??MvcChartExample\MvcChartExample\
?????目錄???????????0??2012-05-02?15:55??MvcChartExample\MvcChartExample\App_Data\
?????目錄???????????0??2012-05-03?11:54??MvcChartExample\MvcChartExample\bin\
?????文件???????16384??2012-05-03?15:09??MvcChartExample\MvcChartExample\bin\Toowell.S50.Plugins.dll
?????文件???????42496??2012-05-03?15:09??MvcChartExample\MvcChartExample\bin\Toowell.S50.Plugins.pdb
?????文件?????????835??2012-05-03?14:12??MvcChartExample\MvcChartExample\ChartResult.cs
?????目錄???????????0??2012-05-02?16:20??MvcChartExample\MvcChartExample\Content\
?????文件????????5324??2012-05-02?15:55??MvcChartExample\MvcChartExample\Content\Site.css
?????目錄???????????0??2012-05-03?13:55??MvcChartExample\MvcChartExample\Content\tempfiles\
?????文件???????19600??2012-05-03?15:15??MvcChartExample\MvcChartExample\Content\tempfiles\BarChart.jpeg
?????文件???????16161??2012-05-03?15:15??MvcChartExample\MvcChartExample\Content\tempfiles\ColumnChart.jpeg
?????文件???????15518??2012-05-03?15:15??MvcChartExample\MvcChartExample\Content\tempfiles\LineChart.jpeg
?????文件???????13103??2012-05-03?15:15??MvcChartExample\MvcChartExample\Content\tempfiles\PieChart.jpeg
?????目錄???????????0??2012-05-02?15:55??MvcChartExample\MvcChartExample\Content\themes\
?????目錄???????????0??2012-05-02?15:55??MvcChartExample\MvcChartExample\Content\themes\ba
?????目錄???????????0??2012-05-02?15:55??MvcChartExample\MvcChartExample\Content\themes\ba
?????文件?????????180??2012-05-02?15:55??MvcChartExample\MvcChartExample\Content\themes\ba
?????文件?????????178??2012-05-02?15:55??MvcChartExample\MvcChartExample\Content\themes\ba
?????文件?????????120??2012-05-02?15:55??MvcChartExample\MvcChartExample\Content\themes\ba
?????文件?????????105??2012-05-02?15:55??MvcChartExample\MvcChartExample\Content\themes\ba
?????文件?????????111??2012-05-02?15:55??MvcChartExample\MvcChartExample\Content\themes\ba
?????文件?????????110??2012-05-02?15:55??MvcChartExample\MvcChartExample\Content\themes\ba
?????文件?????????119??2012-05-02?15:55??MvcChartExample\MvcChartExample\Content\themes\ba
?????文件?????????101??2012-05-02?15:55??MvcChartExample\MvcChartExample\Content\themes\ba
?????文件????????4369??2012-05-02?15:55??MvcChartExample\MvcChartExample\Content\themes\ba
?????文件????????4369??2012-05-02?15:55??MvcChartExample\MvcChartExample\Content\themes\ba
?????文件????????4369??2012-05-02?15:55??MvcChartExample\MvcChartExample\Content\themes\ba
?????文件????????4369??2012-05-02?15:55??MvcChartExample\MvcChartExample\Content\themes\ba
............此處省略52個文件信息
評論
共有 條評論