• 大小: 10.58MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-13
  • 语言: C#
  • 标签: C#  技术指标  源代码  

资源简介

C#股票K线走势图加技术指标源代码。

资源截图

代码片段和文件信息

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Security;
using System.Resources;

// General Information about an assembly is controlled through the following 
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: Assemblytitle( “ZedGraph“ )]
[assembly: AssemblyDescription( “ZedGraph Library“ )]
[assembly: AssemblyConfiguration( ““ )]
[assembly: AssemblyCompany( ““ )]
[assembly: AssemblyProduct( “ZedGraph Library“ )]
[assembly: AssemblyCopyright( “Copyright © 2003-2007 John Champion“ )]
[assembly: AssemblyTrademark( ““ )]
[assembly: AssemblyCulture( ““ )]

// Setting ComVisible to false makes the types in this assembly not visible 
// to COM components.  If you need to access a type in this assembly from 
// COM set the ComVisible attribute to true on that type.
[assembly: ComVisible( false )]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid( “a552bf32-72a3-4d27-968c-72e7a90243f2“ )]

// Version information for an assembly consists of the following four values:
//
//      Major Version
//      Minor Version 
//      Build Number
//      Revision
//
// You can specify all the values or you can default the Revision and Build Numbers 
// by using the ‘*‘ as shown below:
[assembly: AssemblyVersion( “5.1.3.*“ )]
//[assembly: AssemblyFileVersion( “4.9.7.0“ )]
//[assembly: AllowPartiallyTrustedCallers ]
[assembly: NeutralResourcesLanguageAttribute( ““ )]

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-10-28 12:04  .vs\
     目录           0  2016-10-28 12:04  .vs\WYStockRealView\
     目录           0  2016-10-28 12:04  .vs\WYStockRealView\v14\
     文件      223744  2016-10-28 12:54  .vs\WYStockRealView\v14\.suo
     目录           0  2016-10-28 12:04  .vs\config\
     文件       85959  2016-10-28 12:04  .vs\config\applicationhost.config
     文件      697032  2018-12-05 03:41  000002.txt
     目录           0  2015-11-25 20:09  Backup\
     目录           0  2015-11-25 20:09  Backup\StockDrawControl\
     目录           0  2015-11-25 20:09  Backup\StockDrawControl\Properties\
     文件        1602  2007-11-05 10:02  Backup\StockDrawControl\Properties\AssemblyInfo.cs
     目录           0  2015-11-25 20:09  Backup\StockDrawControl\ZedGraph\
     文件       12398  2007-01-24 23:56  Backup\StockDrawControl\ZedGraph\ArrowObj.cs
     文件       54448  2007-05-18 22:06  Backup\StockDrawControl\ZedGraph\Axis.cs
     文件        6893  2006-06-24 12:26  Backup\StockDrawControl\ZedGraph\AxisLabel.cs
     文件       21636  2007-11-02 20:41  Backup\StockDrawControl\ZedGraph\Bar.cs
     文件       19236  2007-11-02 20:41  Backup\StockDrawControl\ZedGraph\BarItem.cs
     文件       18710  2007-11-02 20:41  Backup\StockDrawControl\ZedGraph\BarSettings.cs
     文件        4530  2007-02-17 21:51  Backup\StockDrawControl\ZedGraph\BasicArrayPointList.cs
     文件        8828  2007-03-17 10:43  Backup\StockDrawControl\ZedGraph\Border.cs
     文件       14261  2007-01-24 23:56  Backup\StockDrawControl\ZedGraph\BoxObj.cs
     文件        9107  2006-06-24 12:26  Backup\StockDrawControl\ZedGraph\Chart.cs
     文件        6019  2006-06-24 12:26  Backup\StockDrawControl\ZedGraph\CollectionPlus.cs
     文件        5228  2006-06-24 12:26  Backup\StockDrawControl\ZedGraph\ColorSymbolRotator.cs
     文件       44353  2007-11-02 20:41  Backup\StockDrawControl\ZedGraph\CurveItem.cs
     文件       23808  2007-11-04 19:48  Backup\StockDrawControl\ZedGraph\CurveList.cs
     文件        9615  2007-11-04 20:33  Backup\StockDrawControl\ZedGraph\DataSourcePointList.cs
     文件       12455  2007-09-18 22:41  Backup\StockDrawControl\ZedGraph\DateAsOrdinalScale.cs
     文件       32754  2007-09-18 22:41  Backup\StockDrawControl\ZedGraph\DateScale.cs
     文件       11415  2007-01-24 23:56  Backup\StockDrawControl\ZedGraph\EllipseObj.cs
     文件       14997  2007-08-10 08:22  Backup\StockDrawControl\ZedGraph\ErrorBar.cs
............此处省略1043个文件信息

评论

共有 条评论