资源简介
C# teechart实例 使用teechart画曲线图 时间轴控制 非时间轴控制 变量控制 滚动条 对teechart进行封装使用
代码片段和文件信息
//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行时版本:2.0.50727.3053
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
//
//------------------------------------------------------------------------------
#pragma warning disable 1591
namespace teechart {
///
///Represents a strongly typed in-memory cache of data.
///
[global::System.CodeDom.Compiler.GeneratedCodeAttribute(“System.Data.Design.TypedDataSetGenerator“ “2.0.0.0“)]
[global::System.Serializable()]
[global::System.ComponentModel.DesignerCategoryAttribute(“code“)]
[global::System.ComponentModel.ToolboxItem(true)]
[global::System.xml.Serialization.xmlSchemaProviderAttribute(“GetTypedDataSetSchema“)]
[global::System.xml.Serialization.xmlRootAttribute(“aaDataSet“)]
[global::System.ComponentModel.Design.HelpKeywordAttribute(“vs.data.DataSet“)]
public partial class aaDataSet : global::System.Data.DataSet {
private Tab_XianDataTable tableTab_Xian;
private global::System.Data.SchemaSerializationMode _schemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public aaDataSet() {
this.BeginInit();
this.InitClass();
global::System.ComponentModel.CollectionchangeEventHandler schemaChangedHandler = new global::System.ComponentModel.CollectionchangeEventHandler(this.SchemaChanged);
base.Tables.Collectionchanged += schemaChangedHandler;
base.Relations.Collectionchanged += schemaChangedHandler;
this.EndInit();
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected aaDataSet(global::System.Runtime.Serialization.SerializationInfo info global::System.Runtime.Serialization.StreamingContext context) :
base(info context false) {
if ((this.IsBinarySerialized(info context) == true)) {
this.InitVars(false);
global::System.ComponentModel.CollectionchangeEventHandler schemaChangedHandler1 = new global::System.ComponentModel.CollectionchangeEventHandler(this.SchemaChanged);
this.Tables.Collectionchanged += schemaChangedHandler1;
this.Relations.Collectionchanged += schemaChangedHandler1;
return;
}
string strSchema = ((string)(info.GetValue(“xmlSchema“ typeof(string))));
if ((this.DetermineSchemaSerializationMode(info context) == global::System.Data.SchemaSerializationMode.IncludeSchema)) {
global::System.Data.DataSet ds = new global::System.Data.DataSet();
ds.ReadxmlSchema(new global::System.xml.xmlTextReader(new global::System.IO.StringReader(st
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 106666 2012-10-13 15:15 teechart\teechart\aaDataSet.Designer.cs
文件 3 2012-10-13 15:15 teechart\teechart\aaDataSet.xsc
文件 26291 2012-10-13 15:15 teechart\teechart\aaDataSet.xsd
文件 3 2012-10-13 15:15 teechart\teechart\aaDataSet.xss
文件 712 2012-10-14 11:16 teechart\teechart\app.config
文件 3221504 2008-11-01 21:46 teechart\teechart\bin\Debug\DevComponents.DotNetBar2.dll
文件 217088 2012-10-15 08:46 teechart\teechart\bin\Debug\Interop.Microsoft.Office.Core.dll
文件 3104768 2012-08-30 16:51 teechart\teechart\bin\Debug\TeeChart.dll
文件 99328 2012-12-27 15:32 teechart\teechart\bin\Debug\teechart.exe
文件 712 2012-10-14 11:16 teechart\teechart\bin\Debug\teechart.exe.config
文件 200192 2012-12-27 15:32 teechart\teechart\bin\Debug\teechart.pdb
文件 14328 2013-01-07 14:17 teechart\teechart\bin\Debug\teechart.vshost.exe
文件 712 2012-10-14 11:16 teechart\teechart\bin\Debug\teechart.vshost.exe.config
文件 490 2007-07-21 02:33 teechart\teechart\bin\Debug\teechart.vshost.exe.manifest
文件 494 2012-10-12 08:34 teechart\teechart\CustomControl1.cs
文件 1043 2012-10-12 08:34 teechart\teechart\CustomControl1.Designer.cs
文件 5814 2012-10-12 08:35 teechart\teechart\CustomControl1.resx
文件 4122 2012-10-15 15:46 teechart\teechart\Form1.cs
文件 17074 2012-10-15 14:02 teechart\teechart\Form1.Designer.cs
文件 6628 2012-10-15 14:02 teechart\teechart\Form1.resx
文件 3348 2012-10-15 13:49 teechart\teechart\Form2.cs
文件 12458 2012-10-15 13:40 teechart\teechart\Form2.Designer.cs
文件 6452 2012-10-15 13:40 teechart\teechart\Form2.resx
文件 217088 2012-10-15 08:46 teechart\teechart\obj\Debug\Interop.Microsoft.Office.Core.dll
文件 12280 2012-12-27 15:32 teechart\teechart\obj\Debug\ResolveAssemblyReference.cache
文件 1042 2013-01-07 14:17 teechart\teechart\obj\Debug\teechart.csproj.FileListAbsolute.txt
文件 972 2012-10-15 14:02 teechart\teechart\obj\Debug\teechart.csproj.GenerateResource.Cache
文件 580 2012-10-15 08:46 teechart\teechart\obj\Debug\teechart.csproj.ResolveComReference.cache
文件 180 2012-10-15 15:56 teechart\teechart\obj\Debug\teechart.CustomControl1.resources
文件 99328 2012-12-27 15:32 teechart\teechart\obj\Debug\teechart.exe
............此处省略34个文件信息
- 上一篇:C#个人通讯录系统
- 下一篇:C#黑白棋完整版-开发者-沙加原创
相关资源
- 在c#中Teechart的使用说明
- TeeChart for .NET 2017 Evaluation 4.1.2017.031
- C#实现动态的曲线图
- C#画多条二维曲线图
- C#编写的基于串口的Chart数据曲线图
- c#上位机接收STM32的数据实时显示存表
- TeeChartNET2009VSNET2008Eval Teechart
- Untiy自定义UI组件(一)函数曲线图
- C#曲线图控件(支持屏幕外拖动滚动条
- asp.net 用dotnetcharting控件生成柱形图、
- wpf 动态 曲线图、心电图 自定义控件
- C#画曲线图波形显示空间
- TeeChart8.ocx注册方法以及chm中文教程
- C# 画曲线统计图 源码
- Teechart8
- wpf 柱状统计图/饼图/曲线图(Visifir
- C#动态绘制曲线
- TeeChart for .net2015破解版 .net 4.0
- chart控件(曲线图)
- Teechart时间曲线实时移动图
- C# 网速测试(上传、),可实时显示
- C#绘制动态实时的曲线图(含波形图控
评论
共有 条评论