Description: DotNetCharting图形控件演示
最近在做项目时要对数据进行统计分析,所以必须生成一些报表统计图(如柱形图、饼图、曲线图等),网上强烈推荐了使用DotNetCharting控件来实现,于是自己对DotNetCharting控件进行了简单的学习,下面先简单介绍一下DotNetCharting控件及其使用。
DotNetCharting是一个非常棒的.NET图表控件,对中文支持非常好,而且操作方便,开发快速,既有for webform 也有for winform的,而且.net1.1和2.0都有支持。它的官方地址是http://www.dotnetcharting.com
DotNetCharting的简单使用方法:
1.把\bin\dotnetCHARTING.dll添加到工具箱,并且添加引用
2.把控件拖到你的网页上,然后添加引用using dotnetCHARTING 就可以用了
3.接下来是自己写的对DotNetCharting操作的封装类,以便于在程序里调用。
- [chartCom] - This is a chart component in c# for you
- [ssq] - Shuangseqiu lottery historical record an
- [3DPieChart_VS2005] - Control of three-dimensional pie chart,
- [SimplePerformanceChart] - A dynamic drawing control, you can dynam
- [zedGraph_demo_5.1.2] - A drawing of the source control, you can
- [ChineseWordUnit] - Sensitive word filtering system, fast an
- [snmp] - Is to use the C# Developed SNMP features
- [QQmessage] - Message can be mass-QQ small software, c
- [SCADA] - Use VC to do the simulation of wind powe
- [zhuxing] - Drawing with C# column, using C# to draw
File list (Check if you may need any files):
51aspx源码必读.txt
ChartExtents
............\bin
............\...\Debug
............\...\.....\ChartExtents.dll
............\...\.....\ChartExtents.pdb
............\...\.....\dotnetCHARTING.dll
............\ChartExtents.csproj
............\Charting.cs
............\obj
............\...\ChartExtents.csproj.FileListAbsolute.txt
............\...\Debug
............\...\.....\ChartExtents.csproj.FileListAbsolute.txt
............\...\.....\ChartExtents.dll
............\...\.....\ChartExtents.pdb
............\...\.....\ResolveAssemblyReference.cache
............\...\.....\TempPE
............\Properties
............\..........\AssemblyInfo.cs
Statistics
..........\bin
..........\...\ChartExtents.dll
..........\...\ChartExtents.pdb
..........\...\dotnetCHARTING.dll
..........\...\Statistics.dll
..........\...\Statistics.pdb
..........\Chart.aspx
..........\Chart.aspx.cs
..........\Chart.aspx.designer.cs
..........\ChartImages
..........\obj
..........\...\Debug
..........\...\.....\ResolveAssemblyReference.cache
..........\...\.....\Statistics.csproj.FileListAbsolute.txt
..........\...\.....\Statistics.dll
..........\...\.....\Statistics.pdb
..........\...\.....\TempPE
..........\Properties
..........\..........\AssemblyInfo.cs
..........\Statistics.csproj
..........\Statistics.csproj.user
..........\Web.config
Statistics.sln