ZedGraph

所属分类:其他
开发工具:C#
文件大小:16818KB
下载次数:10
上传日期:2019-02-23 16:56:33
上 传 者御风而行_1988
说明:  多功能图标控制,可实现曲线、条形图、饼图,可选择多Y轴,可用于工业控制,高效曲线控制
(Multifunctional icon control, can realize curve, bar chart, pie chart, can choose multi-Y axis, can be used in industrial control, high efficiency curve control)

文件列表:
(2)\ZedGraph-master\.nuget\NuGet.Config (164, 2017-12-25)
(2)\ZedGraph-master\.nuget\nuget.exe (586752, 2017-12-25)
(2)\ZedGraph-master\.nuget\nuget.targets (3730, 2017-12-25)
(2)\ZedGraph-master\.nuget\packages.config (119, 2017-12-25)
(2)\ZedGraph-master\.vs\ZedGraph\v15\.suo (169984, 2019-02-23)
(2)\ZedGraph-master\.vs\ZedGraph\v15\Server\sqlite3\db.lock (0, 2019-01-24)
(2)\ZedGraph-master\.vs\ZedGraph\v15\Server\sqlite3\storage.ide (4096, 2019-01-24)
(2)\ZedGraph-master\.vs\ZedGraph\v15\Server\sqlite3\storage.ide-shm (32768, 2019-02-23)
(2)\ZedGraph-master\.vs\ZedGraph\v15\Server\sqlite3\storage.ide-wal (2954072, 2019-01-29)
(2)\ZedGraph-master\AUTHORS (62, 2017-12-25)
(2)\ZedGraph-master\controltest\app.config (146, 2017-12-25)
(2)\ZedGraph-master\controltest\bin\Debug\de\ZedGraph.resources.dll (4096, 2019-01-25)
(2)\ZedGraph-master\controltest\bin\Debug\es\ZedGraph.resources.dll (4096, 2019-01-25)
(2)\ZedGraph-master\controltest\bin\Debug\fr\ZedGraph.resources.dll (4096, 2019-01-25)
(2)\ZedGraph-master\controltest\bin\Debug\hu\ZedGraph.resources.dll (4096, 2019-01-25)
(2)\ZedGraph-master\controltest\bin\Debug\it\ZedGraph.resources.dll (4096, 2019-01-25)
(2)\ZedGraph-master\controltest\bin\Debug\ja\ZedGraph.resources.dll (4096, 2019-01-25)
(2)\ZedGraph-master\controltest\bin\Debug\pt\ZedGraph.resources.dll (4096, 2019-01-25)
(2)\ZedGraph-master\controltest\bin\Debug\ru\ZedGraph.resources.dll (4608, 2019-01-25)
(2)\ZedGraph-master\controltest\bin\Debug\sk\ZedGraph.resources.dll (4096, 2019-01-25)
(2)\ZedGraph-master\controltest\bin\Debug\sv\ZedGraph.resources.dll (4096, 2019-01-25)
(2)\ZedGraph-master\controltest\bin\Debug\tr\ZedGraph.resources.dll (4096, 2019-01-25)
(2)\ZedGraph-master\controltest\bin\Debug\ZedGraph.ControlTest.exe (112128, 2019-01-25)
(2)\ZedGraph-master\controltest\bin\Debug\ZedGraph.ControlTest.exe.config (146, 2017-12-25)
(2)\ZedGraph-master\controltest\bin\Debug\ZedGraph.ControlTest.pdb (165376, 2019-01-25)
(2)\ZedGraph-master\controltest\bin\Debug\ZedGraph.dll (443904, 2019-01-25)
(2)\ZedGraph-master\controltest\bin\Debug\ZedGraph.pdb (1246720, 2019-01-25)
(2)\ZedGraph-master\controltest\bin\Debug\zh-cn\ZedGraph.resources.dll (4096, 2019-01-25)
(2)\ZedGraph-master\controltest\bin\Debug\zh-tw\ZedGraph.resources.dll (4096, 2019-01-25)
(2)\ZedGraph-master\controltest\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache (7155, 2019-01-26)
(2)\ZedGraph-master\controltest\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs (0, 2019-01-24)
(2)\ZedGraph-master\controltest\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs (0, 2019-01-24)
(2)\ZedGraph-master\controltest\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs (0, 2019-01-24)
(2)\ZedGraph-master\controltest\obj\Debug\ZedGraph.ControlTest.csproj.CopyComplete (0, 2019-01-25)
(2)\ZedGraph-master\controltest\obj\Debug\ZedGraph.ControlTest.csproj.CoreCompileInputs.cache (42, 2019-01-26)
(2)\ZedGraph-master\controltest\obj\Debug\ZedGraph.ControlTest.csproj.FileListAbsolute.txt (3360, 2019-01-25)
(2)\ZedGraph-master\controltest\obj\Debug\ZedGraph.ControlTest.csproj.GenerateResource.cache (1033, 2019-01-25)
(2)\ZedGraph-master\controltest\obj\Debug\ZedGraph.ControlTest.csprojAssemblyReference.cache (32753, 2019-01-26)
(2)\ZedGraph-master\controltest\obj\Debug\ZedGraph.ControlTest.exe (112128, 2019-01-25)
... ...

# ZedGraph # This is a fork of https://github.com/discomurray/ZedGraph. The original project is LGPL copyrighted 2004-2009 by John Champion. In this fork we try to bring this project up to date to take advandage of modern C# features as well as add functionality to make it more usable for financial charting. ## Added features ## * Auto-updating horizontal line levels in the GraphPane * Crosshair drawing * Chart scrolling with MouseWheel * Chart zooming band with fill effect * Controlling panning/zooming actions using chart's MouseWheelActions property * Chart panning/zooming/by using modifier keys and mouse wheel on the XAxis or YAxis * Mouse selectable LineItem * Annotation shapes (PointObj) * SplitterPane and ability to adjust pane sizes within MasterPane using SplitterPane * Modify PointPair to implement IPointPair interface and convert all data lists to support IPointPair. * Modify StockPt to implement IStockPt interface and convert StockPointList to support IStockPt. * Implement support for IEnumerable in IPointList lists. Example: ![image](https://cloud.githubusercontent.com/assets/272543/18227320/ce021676-71ee-11e6-9e54-78b8bfe***e8d.png) ![image](https://cloud.githubusercontent.com/assets/272543/18622921/60c71ef4-7e04-11e6-91b1-7373bd4e0291.png) ## Maintainer ## Serge Aleynikov (https://github.com/saleyn/ZedGraph) ## LICENSE ## LGPL v2.1

近期下载者

相关文件


收藏者