资源简介
找了很多的ZedGraph.dll不是没有破解的就是没有右键的中文菜单。这个是根据论坛里面的例子生成的,汉化版本,和一个简单的曲线应用例子。
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using ZedGraph;
namespace ZedGraphSample
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender EventArgs e)
{
CreateGraph(zg1);
SetSize();
}
private void SetSize()
{
zg1.Location = new Point(10 10);
// Leave a small margin around the outside of the control
zg1.Size = new Size(this.ClientRectangle.Width - 20 this.ClientRectangle.Height - 20);
}
private void CreateGraph(ZedGraphControl zgc)
{
GraphPane myPane = zgc.GraphPane;
// Set the titles and axis labels
myPane.title.Text = “测试“;
myPane.XAxis.title.Text = “X Value“;
myPane.YAxis.title.Text = “My Y Axis“;
// Make up some data points from the Sine function
PointPairList list = new PointPairList();
for (double x = 0; x < 36; x++)
{
double y = Math.Sin(x * Math.PI / 15.0);
list.Add(x y);
}
// Generate a blue curve with circle symbols and “My Curve 2“ in the legend
LineItem myCurve = myPane.AddCurve(“My Curve“ list Color.Black
SymbolType.Circle);
// Fill the area under the curve with a white-red gradient at 45 degrees
myCurve.Line.Fill = new Fill(Color.White Color.FromArgb(171 198 228) 45F);
// Make the symbols opaque by filling them with white
myCurve.Symbol.Fill = new Fill(Color.FromArgb(247 237 166));
// Fill the axis background with a color gradient
myPane.Chart.Fill = new Fill(Color.White Color.LightGoldenrodYellow 45F);
// Fill the pane background with a color gradient
myPane.Fill = new Fill(Color.White Color.FromArgb(220 220 255) 45F);
// Calculate the Axis Scale Ranges
zgc.AxisChange();
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 333312 2011-12-08 13:18 ZedGraphSample\ZedGraphSample\bin\Debug\ZedGraph.dll
文件 10240 2011-12-08 13:51 ZedGraphSample\ZedGraphSample\bin\Debug\ZedGraphSample.exe
文件 24064 2011-12-08 13:51 ZedGraphSample\ZedGraphSample\bin\Debug\ZedGraphSample.pdb
文件 14328 2011-12-08 13:51 ZedGraphSample\ZedGraphSample\bin\Debug\ZedGraphSample.vshost.exe
文件 490 2009-06-11 05:14 ZedGraphSample\ZedGraphSample\bin\Debug\ZedGraphSample.vshost.exe.manifest
文件 2336 2011-12-08 13:51 ZedGraphSample\ZedGraphSample\Form1.cs
文件 3771 2011-12-08 13:50 ZedGraphSample\ZedGraphSample\Form1.Designer.cs
文件 5814 2011-12-08 13:50 ZedGraphSample\ZedGraphSample\Form1.resx
文件 5048 2011-12-08 13:51 ZedGraphSample\ZedGraphSample\obj\Debug\ResolveAssemblyReference.cache
文件 749 2011-12-08 13:51 ZedGraphSample\ZedGraphSample\obj\Debug\ZedGraphSample.csproj.FileListAbsolute.txt
文件 847 2011-12-08 13:51 ZedGraphSample\ZedGraphSample\obj\Debug\ZedGraphSample.csproj.GenerateResource.Cache
文件 10240 2011-12-08 13:51 ZedGraphSample\ZedGraphSample\obj\Debug\ZedGraphSample.exe
文件 180 2011-12-08 13:51 ZedGraphSample\ZedGraphSample\obj\Debug\ZedGraphSample.Form1.resources
文件 24064 2011-12-08 13:51 ZedGraphSample\ZedGraphSample\obj\Debug\ZedGraphSample.pdb
文件 180 2011-12-08 13:51 ZedGraphSample\ZedGraphSample\obj\Debug\ZedGraphSample.Properties.Resources.resources
文件 495 2011-12-08 13:48 ZedGraphSample\ZedGraphSample\Program.cs
文件 1360 2011-12-08 13:48 ZedGraphSample\ZedGraphSample\Properties\AssemblyInfo.cs
文件 2878 2011-12-08 13:48 ZedGraphSample\ZedGraphSample\Properties\Resources.Designer.cs
文件 5612 2011-12-08 13:48 ZedGraphSample\ZedGraphSample\Properties\Resources.resx
文件 1099 2011-12-08 13:48 ZedGraphSample\ZedGraphSample\Properties\Settings.Designer.cs
文件 249 2011-12-08 13:48 ZedGraphSample\ZedGraphSample\Properties\Settings.settings
文件 3876 2011-12-08 13:51 ZedGraphSample\ZedGraphSample\ZedGraphSample.csproj
文件 932 2011-12-08 13:48 ZedGraphSample\ZedGraphSample.sln
..A..H. 15872 2011-12-08 13:51 ZedGraphSample\ZedGraphSample.suo
目录 0 2011-12-08 13:50 ZedGraphSample\ZedGraphSample\obj\Debug\Refactor
目录 0 2011-12-08 13:48 ZedGraphSample\ZedGraphSample\obj\Debug\TempPE
目录 0 2011-12-08 13:51 ZedGraphSample\ZedGraphSample\bin\Debug
目录 0 2011-12-08 13:51 ZedGraphSample\ZedGraphSample\obj\Debug
目录 0 2011-12-08 13:48 ZedGraphSample\ZedGraphSample\bin
目录 0 2011-12-08 13:48 ZedGraphSample\ZedGraphSample\obj
............此处省略6个文件信息
相关资源
- 土地信息管理系统
- ServiceStack V3.9 全部dll
- PDF pdfview.ocx 无水印
- 无需共享打印机实现远程打印功能小
- 真正的破解版PDFView4NET
- 网页调用ActiveX控件获取串口数据
- Luence的与盘古分词的使用软件
- Emgu.CV 打开视频与人脸检测
- 麦克纳姆轮程序.rar
- Unity3D 实战视频教程 保卫萝卜 2D 游戏
- net微信支付
- lucene.net+盘古分词多条件全文检索并匹
- 闪电猫-电商下图助手5.0.zip
- FastReport.Net V2014.4.8 For .Net2.0
- NET Reflector 8.3破解版自带代码导出
- 清华大学计算机系网络课程之模式识
- Unity3D课程设计 模拟火焰效果
- Unity录屏模块封装清晰的可调AVPro Mo
- 利用同步TCP编写网络聊天程序
- 超屌的 查看windows窗口及其上的按钮等
- .net core 定时任务
- .Net-ORM框架-三层架构完整程序代码
- .Net 微服务实现Demo代码
- 源码仿CAD软件.rar
- 源码大型物料管理系统.rar
- 源码网络地址查询实现源码,包含查
- 周立功CAN接口开发资料
- PintuGame2.0.zip
- 非常好看的Metro风格留言板源码,(亲
- BehaviorDesigner.1.5.7_AI_111.rar
评论
共有 条评论