• 大小: 1.91MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-16
  • 语言: C#
  • 标签: teechar  曲线图  C#teechar  

资源简介

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个文件信息

评论

共有 条评论