资源简介
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个文件信息
相关资源
- ASP.NET MVC5考试_管理系统源码
- .netc#新手菜鸟mvc5的仓库管理系统 so
- [精通ASP.NET.MVC5英文原版
- ASP.NET WebAPI+mvc4.0+EasyUI快速开发框架
- asp.net mvc 网上书店系统
- 学生社团信息管理系统MVC三层架构
- ASP.NET MVC AES via Filter
- Visual C#.NET串口通信及测控应用典型实
- asp.net项目源码 2个
- asp.net Mvc 增删改查
- Pro ASP.NET Core MVC 2 (7th) 中文版
- EditorA.zip
- MVC快速开发框架
- ASP.NET MVC Json表格数据 为Excel
- 在ASP.NET MVC中使用Redis 的Demo:通过R
- asp.net MVC电商商城项目.rar
- ASP.NET MVC4 Web 编程.422页.高清完整版
- 狼奔C#MVC代码生成器V6.6
- asp.net mvc5 源码
- 198个经典C#WinForm 超赞的完整版
- asp.net MVC+Dapper高性能管理系统框架
- VUE+AXOIS+ASP.NETMVC+EF+SQLServer架构的Demo
- ASP.NET.从入门到精通,高清扫描版pd
- ASP.NET MVC5 第5版 中文版
- ASP.NET+MVC5+编程实战(第3版).pdf
- 《ASP.NET MVC 5框架揭秘》高清带书签
- ASP.NET+MVC+3+高级编程中文完整版(绝对
- winform与MVC开发的SignalR相互发送信息
- C# 教程内含多个教程
- ASP.NET MVC5 框架揭秘+源码打包
评论
共有 条评论