資源簡介
WPF MSchart 放大縮小
代碼片段和文件信息
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?System.Windows.Forms.DataVisualization.Charting;
namespace?ChartLine
{
????public?partial?class?Form1?:?Form
????{
????????#region?屬性
????????///?
????????///?最小值
????????///?
????????private?DateTime?MaxDateY?=?DateTime.MinValue;
????????///?
????????///?最小值
????????///?
????????private?DateTime?MinDateY?=?DateTime.MaxValue;
????????///?
????????///?鼠標拖動起始位置
????????///?
????????private?Point?StartLocation?=?new?Point(0?0);
????????///?
????????///?是否正在拖動
????????///?
????????private?bool?IsD
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????16384??2012-01-03?13:23??ChartLine\bin\Debug\ChartLine.exe
?????文件??????26112??2012-01-03?13:23??ChartLine\bin\Debug\ChartLine.pdb
?????文件??????11600??2012-01-03?13:16??ChartLine\bin\Debug\ChartLine.vshost.exe
?????文件????????490??2010-03-17?22:39??ChartLine\bin\Debug\ChartLine.vshost.exe.manifest
?????文件???????3745??2012-01-03?13:17??ChartLine\ChartLine.csproj
?????文件??????15001??2012-01-03?13:23??ChartLine\Form1.cs
?????文件???????2889??2012-01-03?13:23??ChartLine\Form1.Designer.cs
?????文件???????5817??2012-01-03?13:23??ChartLine\Form1.resx
?????文件????????664??2012-01-03?13:23??ChartLine\obj\x86\Debug\ChartLine.csproj.FileListAbsolute.txt
?????文件??????16384??2012-01-03?13:23??ChartLine\obj\x86\Debug\ChartLine.exe
?????文件????????180??2012-01-03?13:23??ChartLine\obj\x86\Debug\ChartLine.Form1.resources
?????文件??????26112??2012-01-03?13:23??ChartLine\obj\x86\Debug\ChartLine.pdb
?????文件????????180??2012-01-03?13:23??ChartLine\obj\x86\Debug\ChartLine.Properties.Resources.resources
?????文件???????2152??2012-01-03?13:14??ChartLine\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6346??2012-01-03?13:23??ChartLine\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????228??2012-01-03?13:23??ChartLine\obj\x86\Debug\GenerateResource.read.1.tlog
?????文件????????562??2012-01-03?13:23??ChartLine\obj\x86\Debug\GenerateResource.write.1.tlog
?????文件????????490??2012-01-03?13:14??ChartLine\Program.cs
?????文件???????1350??2012-01-03?13:14??ChartLine\Properties\AssemblyInfo.cs
?????文件???????2866??2012-01-03?13:14??ChartLine\Properties\Resources.Designer.cs
?????文件???????5612??2012-01-03?13:14??ChartLine\Properties\Resources.resx
?????文件???????1092??2012-01-03?13:14??ChartLine\Properties\Settings.Designer.cs
?????文件????????249??2012-01-03?13:14??ChartLine\Properties\Settings.settings
?????文件????????869??2012-01-03?13:14??ChartLine.sln
????..A..H.??????9728??2012-01-03?13:23??ChartLine.suo
?????目錄??????????0??2012-01-03?13:14??ChartLine\obj\x86\Debug\TempPE
?????目錄??????????0??2012-01-03?13:23??ChartLine\obj\x86\Debug
?????目錄??????????0??2012-01-03?13:23??ChartLine\bin\Debug
?????目錄??????????0??2012-01-03?13:14??ChartLine\obj\x86
?????目錄??????????0??2012-01-03?13:17??ChartLine\bin
............此處省略6個文件信息
評論
共有 條評論