嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
这个资源还是很实用的,大家可以下载一下看看
CHART时间做X轴可放大缩小
├── 参考程序
│ ├── CHART时间做X轴
│ │ ├── testChartWithTime
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── testChartWithTime.exe
│ │ │ │ ├── testChartWithTime.pdb
│ │ │ │ ├── testChartWithTime.vshost.exe
│ │ │ │ └── testChartWithTime.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── Interop.ADODB.dll
│ │ │ │ ├── Interop.ADOX.dll
│ │ │ │ ├── TempPE
│ │ │ │ ├── testChartWithTime.Form1.resources
│ │ │ │ ├── testChartWithTime.Properties.Resources.resources
│ │ │ │ ├── testChartWithTime.csproj.CoreCompileInputs.cache
│ │ │ │ ├── testChartWithTime.csproj.FileListAbsolute.txt
│ │ │ │ ├── testChartWithTime.csproj.GenerateResource.cache
│ │ │ │ ├── testChartWithTime.csproj.ResolveComReference.cache
│ │ │ │ ├── testChartWithTime.csprojAssemblyReference.cache
│ │ │ │ ├── testChartWithTime.exe
│ │ │ │ └── testChartWithTime.pdb
│ │ │ ├── saveAccessFile.cs
│ │ │ └── testChartWithTime.csproj
│ │ ├── testChartWithTime.sln
│ │ └── testChartWithTime.suo
│ ├── CHART时间做X轴源码
│ │ ├── testChartWithTime
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── testChartWithTime.exe
│ │ │ │ ├── testChartWithTime.pdb
│ │ │ │ ├── testChartWithTime.vshost.exe
│ │ │ │ └── testChartWithTime.vshost.exe.manifest
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── Interop.ADODB.dll
│ │ │ │ ├── Interop.ADOX.dll
│ │ │ │ ├── TempPE
│ │ │ │ ├── testChartWithTime.Form1.resources
│ │ │ │ ├── testChartWithTime.Properties.Resources.resources
│ │ │ │ ├── testChartWithTime.csproj.CoreCompileInputs.cache
│ │ │ │ ├── testChartWithTime.csproj.FileListAbsolute.txt
│ │ │ │ ├── testChartWithTime.csproj.GenerateResource.cache
│ │ │ │ ├── testChartWithTime.csproj.ResolveComReference.cache
│ │ │ │ ├── testChartWithTime.csprojAssemblyReference.cache
│ │ │ │ ├── testChartWithTime.exe
│ │ │ │ └── testChartWithTime.pdb
│ │ │ ├── saveAccessFile.cs
│ │ │ └── testChartWithTime.csproj
│ │ ├── testChartWithTime.sln
│ │ └── testChartWithTime.suo
│ ├── CHART时间做X轴可放大缩小
│ │ └── WindowsFormsApp1
│ │ ├── WindowsFormsApp1
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── WindowsFormsApp1.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── WindowsFormsApp1.exe
│ │ │ │ └── WindowsFormsApp1.pdb
│ │ │ └── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ ├── WindowsFormsApp1.Form1.resources
│ │ │ ├── WindowsFormsApp1.Properties.Resources.resources
│ │ │ ├── WindowsFormsApp1.csproj.CoreCompileInputs.cache
│ │ │ ├── WindowsFormsApp1.csproj.FileListAbsolute.txt
│ │ │ ├── WindowsFormsApp1.csproj.GenerateResource.cache
│ │ │ ├── WindowsFormsApp1.csprojAssemblyReference.cache
│ │ │ ├── WindowsFormsApp1.exe
│ │ │ └── WindowsFormsApp1.pdb
│ │ └── WindowsFormsApp1.sln
│ └── CHART控件数字源码
│ ├── DemoRealChart.csproj
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── RealChart.Designer.cs
│ ├── RealChart.cs
│ ├── RealChart.resx
│ ├── bin
│ │ ├── Debug
│ │ │ ├── DemoRealChart.exe
│ │ │ └── DemoRealChart.pdb
│ │ └── Release
│ └── obj
│ └── x86
│ ├── Debug
│ │ ├── DemoRealChart.Properties.Resources.resources
│ │ ├── DemoRealChart.csproj.CoreCompileInputs.cache
│ │ ├── DemoRealChart.csproj.FileListAbsolute.txt
│ │ ├── DemoRealChart.csproj.GenerateResource.cache
│ │ ├── DemoRealChart.csprojAssemblyReference.cache
│ │ ├── DemoRealChart.exe
│ │ ├── DemoRealChart.pdb
│ │ ├── DemoSharp.RealChart.resources
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ └── TempPE
│ └── Release
│ └── DemoRealChart.csproj.CoreCompileInputs.cache
├── 时间作为X轴
│ ├── WindowsFormsApp1
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── WindowsFormsApp1.csproj
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── WindowsFormsApp1.exe
│ │ │ └── WindowsFormsApp1.pdb
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ ├── WindowsFormsApp1.Form1.resources
│ │ ├── WindowsFormsApp1.Properties.Resources.resources
│ │ ├── WindowsFormsApp1.csproj.CoreCompileInputs.cache
│ │ ├── WindowsFormsApp1.csproj.FileListAbsolute.txt
│ │ ├── WindowsFormsApp1.csproj.GenerateResource.cache
│ │ ├── WindowsFormsApp1.csprojAssemblyReference.cache
│ │ ├── WindowsFormsApp1.exe
│ │ └── WindowsFormsApp1.pdb
│ └── WindowsFormsApp1.sln
└── 时间作为数值
├── WindowsFormsApp1
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── WindowsFormsApp1.csproj
│ ├── bin
│ │ └── Debug
│ │ ├── WindowsFormsApp1.exe
│ │ └── WindowsFormsApp1.pdb
│ └── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── TempPE
│ ├── WindowsFormsApp1.Form1.resources
│ ├── WindowsFormsApp1.Properties.Resources.resources
│ ├── WindowsFormsApp1.csproj.CoreCompileInputs.cache
│ ├── WindowsFormsApp1.csproj.FileListAbsolute.txt
│ ├── WindowsFormsApp1.csproj.GenerateResource.cache
│ ├── WindowsFormsApp1.csprojAssemblyReference.cache
│ ├── WindowsFormsApp1.exe
│ └── WindowsFormsApp1.pdb
└── WindowsFormsApp1.sln
54 directories, 155 files