实例介绍
visifire网站关闭了,如何使用chart的demo下载不了,这里分享一下,只恨这资源分怎么不能选0!!!
【实例截图】
【核心代码】
ef05c533-84ad-4d7d-aa75-c8f0c060bbe6
├── Binaries
├── License.txt
└── Samples
├── Charts
│ ├── Miscelleneous
│ │ ├── accessing-embedded-colorsets-from-visifire-assembly-in-wpf
│ │ │ ├── AccessingEmbeddedColorSets
│ │ │ │ ├── AccessingEmbeddedColorSets.csproj
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── MainWindow.xaml
│ │ │ │ ├── MainWindow.xaml.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── AccessingEmbeddedColorSets.sln
│ │ │ └── AccessingEmbeddedColorSets.suo
│ │ ├── binding-chart-with-textfields-in-wpf
│ │ │ ├── BindingChartWithTextFields
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── BindingChartWithTextFields.csproj
│ │ │ │ ├── MainWindow.xaml
│ │ │ │ ├── MainWindow.xaml.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── BindingChartWithTextFields.sln
│ │ │ └── BindingChartWithTextFields.suo
│ │ ├── creating-bullet-chart-in-wpf
│ │ │ ├── BulletChart
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── BulletChart.csproj
│ │ │ │ ├── MainWindow.xaml
│ │ │ │ ├── MainWindow.xaml.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── BulletChart.sln
│ │ │ └── BulletChart.suo
│ │ ├── creating-range-chart-using-stackedbar-chart-in-wpf
│ │ │ ├── CreatingRangeChart
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── CreatingRangeChart.csproj
│ │ │ │ ├── MainWindow.xaml
│ │ │ │ ├── MainWindow.xaml.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CreatingRangeChart.sln
│ │ │ └── CreatingRangeChart.suo
│ │ ├── customizing-tooltip-from-managed-code-in-wpf
│ │ │ ├── CustomizingToolTipFromManagedCode
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── CustomizingToolTipFromManagedCode.csproj
│ │ │ │ ├── INDIA.jpg
│ │ │ │ ├── MainWindow.xaml
│ │ │ │ ├── MainWindow.xaml.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── USA.jpg
│ │ │ ├── CustomizingToolTipFromManagedCode.sln
│ │ │ └── CustomizingToolTipFromManagedCode.suo
│ │ ├── databinding-in-wpf-visifire-chart
│ │ │ ├── DataBindingInWPF
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── DataBindingInWPF.csproj
│ │ │ │ ├── MainWindow.xaml
│ │ │ │ ├── MainWindow.xaml.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── Value.cs
│ │ │ ├── DataBindingInWPF.sln
│ │ │ └── DataBindingInWPF.suo
│ │ ├── databinding-with-datetime-axis-in-wpf
│ │ │ ├── DataBindingWithDateTimeAxis
│ │ │ │ ├── app.config
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── DataBindingWithDateTimeAxis.csproj
│ │ │ │ ├── MainWindow.xaml
│ │ │ │ ├── MainWindow.xaml.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── Value.cs
│ │ │ ├── DataBindingWithDateTimeAxis.sln
│ │ │ └── DataBindingWithDateTimeAxis.suo
│ │ ├── high-performance-wpf-chart-with-zooming
│ │ │ ├── HighPerformanceWPFChartUsingLightDataPoint
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── HighPerformanceWPFChartUsingLightDataPoint.csproj
│ │ │ │ ├── MainWindow.xaml
│ │ │ │ ├── MainWindow.xaml.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── HighPerformanceWPFChartUsingLightDataPoint.v11.suo
│ │ │ ├── HighPerformanceWPFChartWithZooming.sln
│ │ │ └── HighPerformanceWPFChartWithZooming.suo
│ │ ├── indicator-for-multiple-charts-in-wpf
│ │ │ ├── IndicatorForMultipleCharts
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Release
│ │ │ │ │ ├── IndicatorForMultipleCharts.exe
│ │ │ │ │ ├── IndicatorForMultipleCharts.pdb
│ │ │ │ │ ├── IndicatorForMultipleCharts.vshost.exe
│ │ │ │ │ ├── IndicatorForMultipleCharts.vshost.exe.manifest
│ │ │ │ │ └── WPFVisifire.Charts.dll
│ │ │ │ ├── IndicatorForMultipleCharts.csproj
│ │ │ │ ├── MainWindow.xaml
│ │ │ │ ├── MainWindow.xaml.cs
│ │ │ │ ├── obj
│ │ │ │ │ └── x86
│ │ │ │ │ └── Release
│ │ │ │ │ ├── App.g.cs
│ │ │ │ │ ├── App.g.i.cs
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ │ ├── IndicatorForMultipleCharts.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── IndicatorForMultipleCharts.exe
│ │ │ │ │ ├── IndicatorForMultipleCharts.g.resources
│ │ │ │ │ ├── IndicatorForMultipleCharts_MarkupCompile.cache
│ │ │ │ │ ├── IndicatorForMultipleCharts_MarkupCompile.i.cache
│ │ │ │ │ ├── IndicatorForMultipleCharts.pdb
│ │ │ │ │ ├── IndicatorForMultipleCharts.Properties.Resources.resources
│ │ │ │ │ ├── MainWindow.baml
│ │ │ │ │ ├── MainWindow.g.cs
│ │ │ │ │ ├── MainWindow.g.i.cs
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── IndicatorForMultipleCharts.sln
│ │ │ └── IndicatorForMultipleCharts.suo
│ │ ├── quick-start-with-databinding-in-wpf
│ │ │ ├── DataBindingInWPFVisifireChart
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── DataBindingInWPFVisifireChart.csproj
│ │ │ │ ├── MainWindow.xaml
│ │ │ │ ├── MainWindow.xaml.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── Value.cs
│ │ │ ├── DataBindingInWPFVisifireChart.sln
│ │ │ └── DataBindingInWPFVisifireChart.suo
│ │ ├── working-with-events-in-multi-chart-in-wpf
│ │ │ ├── WorkingWithEventsInMultiChart
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Release
│ │ │ │ │ ├── WorkingWithEventsInMultiChart.exe
│ │ │ │ │ ├── WorkingWithEventsInMultiChart.pdb
│ │ │ │ │ ├── WorkingWithEventsInMultiChart.vshost.exe
│ │ │ │ │ ├── WorkingWithEventsInMultiChart.vshost.exe.manifest
│ │ │ │ │ └── WPFVisifire.Charts.dll
│ │ │ │ ├── BusinessObjects
│ │ │ │ │ ├── SalesInfo.cs
│ │ │ │ │ └── SalesPerformance.cs
│ │ │ │ ├── Common
│ │ │ │ │ ├── DataTemplateSelector.cs
│ │ │ │ │ └── ViewModelBase.cs
│ │ │ │ ├── MultiChartControl
│ │ │ │ │ └── MultiChart.cs
│ │ │ │ ├── obj
│ │ │ │ │ └── x86
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── App.g.cs
│ │ │ │ │ │ ├── App.g.i.cs
│ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ │ │ │ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ │ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ │ │ ├── MainWindow.g.i.cs
│ │ │ │ │ │ ├── TempPE
│ │ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ │ ├── View
│ │ │ │ │ │ │ ├── MainWindow.baml
│ │ │ │ │ │ │ ├── MainWindow.g.cs
│ │ │ │ │ │ │ └── MainWindow.g.i.cs
│ │ │ │ │ │ ├── WorkingWithEventsInMultiChart.csproj.FileListAbsolute.txt
│ │ │ │ │ │ ├── WorkingWithEventsInMultiChart.exe
│ │ │ │ │ │ ├── WorkingWithEventsInMultiChart.g.resources
│ │ │ │ │ │ ├── WorkingWithEventsInMultiChart_MarkupCompile.cache
│ │ │ │ │ │ ├── WorkingWithEventsInMultiChart_MarkupCompile.i.cache
│ │ │ │ │ │ ├── WorkingWithEventsInMultiChart_MarkupCompile.i.lref
│ │ │ │ │ │ ├── WorkingWithEventsInMultiChart_MarkupCompile.lref
│ │ │ │ │ │ ├── WorkingWithEventsInMultiChart.pdb
│ │ │ │ │ │ └── WorkingWithEventsInMultiChart.Properties.Resources.resources
│ │ │ │ │ └── Release
│ │ │ │ │ ├── App.g.cs
│ │ │ │ │ ├── App.g.i.cs
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ │ │ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── View
│ │ │ │ │ │ ├── MainWindow.baml
│ │ │ │ │ │ ├── MainWindow.g.cs
│ │ │ │ │ │ └── MainWindow.g.i.cs
│ │ │ │ │ ├── WorkingWithEventsInMultiChart.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── WorkingWithEventsInMultiChart.exe
│ │ │ │ │ ├── WorkingWithEventsInMultiChart.g.resources
│ │ │ │ │ ├── WorkingWithEventsInMultiChart_MarkupCompile.cache
│ │ │ │ │ ├── WorkingWithEventsInMultiChart_MarkupCompile.i.cache
│ │ │ │ │ ├── WorkingWithEventsInMultiChart_MarkupCompile.i.lref
│ │ │ │ │ ├── WorkingWithEventsInMultiChart_MarkupCompile.lref
│ │ │ │ │ ├── WorkingWithEventsInMultiChart.pdb
│ │ │ │ │ └── WorkingWithEventsInMultiChart.Properties.Resources.resources
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── View
│ │ │ │ │ ├── MainWindow.xaml
│ │ │ │ │ ├── MainWindow.xaml.cs
│ │ │ │ │ └── SeriesTemplateSelector.cs
│ │ │ │ ├── ViewModel
│ │ │ │ │ └── MainWindowViewModel.cs
│ │ │ │ └── WorkingWithEventsInMultiChart.csproj
│ │ │ ├── WorkingWithEventsInMultiChart.sln
│ │ │ └── WorkingWithEventsInMultiChart.suo
│ │ ├── working-with-images-in-wpf-visifire-chart
│ │ │ ├── WorkingWithImagesInChart
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── bin
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── WorkingWithImagesInChart.exe
│ │ │ │ │ │ ├── WorkingWithImagesInChart.pdb
│ │ │ │ │ │ ├── WorkingWithImagesInChart.vshost.exe
│ │ │ │ │ │ ├── WorkingWithImagesInChart.vshost.exe.manifest
│ │ │ │ │ │ └── WPFVisifire.Charts.dll
│ │ │ │ │ └── Release
│ │ │ │ │ ├── WorkingWithImagesInChart.exe
│ │ │ │ │ ├── WorkingWithImagesInChart.pdb
│ │ │ │ │ ├── WorkingWithImagesInChart.vshost.exe
│ │ │ │ │ ├── WorkingWithImagesInChart.vshost.exe.manifest
│ │ │ │ │ └── WPFVisifire.Charts.dll
│ │ │ │ ├── chart_background.jpg
│ │ │ │ ├── img1.jpg
│ │ │ │ ├── img2.jpg
│ │ │ │ ├── img3.jpg
│ │ │ │ ├── img4.jpg
│ │ │ │ ├── img5.jpg
│ │ │ │ ├── MainWindow.xaml
│ │ │ │ ├── MainWindow.xaml.cs
│ │ │ │ ├── obj
│ │ │ │ │ └── x86
│ │ │ │ │ ├── Debug
│ │ │ │ │ │ ├── App.g.cs
│ │ │ │ │ │ ├── App.g.i.cs
│ │ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ │ │ ├── MainWindow.baml
│ │ │ │ │ │ ├── MainWindow.g.cs
│ │ │ │ │ │ ├── MainWindow.g.i.cs
│ │ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ │ ├── WorkingWithImagesInChart.csproj.FileListAbsolute.txt
│ │ │ │ │ │ ├── WorkingWithImagesInChart.exe
│ │ │ │ │ │ ├── WorkingWithImagesInChart.g.resources
│ │ │ │ │ │ ├── WorkingWithImagesInChart_MarkupCompile.cache
│ │ │ │ │ │ ├── WorkingWithImagesInChart_MarkupCompile.i.cache
│ │ │ │ │ │ ├── WorkingWithImagesInChart.pdb
│ │ │ │ │ │ └── WorkingWithImagesInChart.Properties.Resources.resources
│ │ │ │ │ └── Release
│ │ │ │ │ ├── App.g.cs
│ │ │ │ │ ├── App.g.i.cs
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ │ ├── MainWindow.baml
│ │ │ │ │ ├── MainWindow.g.cs
│ │ │ │ │ ├── MainWindow.g.i.cs
│ │ │ │ │ ├── TempPE
│ │ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ │ ├── WorkingWithImagesInChart.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── WorkingWithImagesInChart.exe
│ │ │ │ │ ├── WorkingWithImagesInChart.g.resources
│ │ │ │ │ ├── WorkingWithImagesInChart_MarkupCompile.cache
│ │ │ │ │ ├── WorkingWithImagesInChart_MarkupCompile.i.cache
│ │ │ │ │ ├── WorkingWithImagesInChart.pdb
│ │ │ │ │ └── WorkingWithImagesInChart.Properties.Resources.resources
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ └── WorkingWithImagesInChart.csproj
│ │ │ ├── WorkingWithImagesInChart.sln
│ │ │ └── WorkingWithImagesInChart.suo
│ │ ├── working-with-multiseries-databinding-following-mvvm-pattern-in-wpf
│ │ │ ├── app.config
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── BusinessObjects
│ │ │ │ ├── SalesInfo.cs
│ │ │ │ └── SalesPerformance.cs
│ │ │ ├── Common
│ │ │ │ ├── DataTemplateSelector.cs
│ │ │ │ └── ViewModelBase.cs
│ │ │ ├── MultiChartControl
│ │ │ │ └── MultiChart.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── View
│ │ │ │ ├── MainWindow.xaml
│ │ │ │ ├── MainWindow.xaml.cs
│ │ │ │ └── SeriesTemplateSelector.cs
│ │ │ ├── ViewModel
│ │ │ │ └── MainWindowViewModel.cs
│ │ │ ├── Visifire_MultiChartDemo.csproj
│ │ │ ├── Visifire_MultiChartDemo.sln
│ │ │ └── Visifire_MultiChartDemo.suo
│ │ ├── wpf-multi-series-binding-with-datapoints-collection
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Value.cs
│ │ │ ├── ViewModel.cs
│ │ │ ├── WPF-MultiSeriesBindingWithDataPointsCollection.csproj
│ │ │ ├── WPF-MultiSeriesBindingWithDataPointsCollection.sln
│ │ │ └── WPF-MultiSeriesBindingWithDataPointsCollection.suo
│ │ ├── wpf-progressive-rendering-demo
│ │ │ ├── Visifire.Controls
│ │ │ │ └── RangeBar
│ │ │ │ ├── RangeBar.xaml.cs
│ │ │ │ ├── Silverlight
│ │ │ │ │ └── RangeBar.xaml
│ │ │ │ ├── thumb.png
│ │ │ │ └── WPF
│ │ │ │ └── RangeBar.xaml
│ │ │ └── WPF-Progressive-Rendering-Demo
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── PointInfo.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── ViewModel.cs
│ │ │ ├── WPF-Progressive-Rendering-Demo.csproj
│ │ │ ├── WPF-Progressive-Rendering-Demo.sln
│ │ │ └── WPF-Progressive-Rendering-Demo.suo
│ │ ├── wpf-range-bar-demo
│ │ │ ├── Common
│ │ │ │ └── Visifire.Controls
│ │ │ │ └── RangeBar
│ │ │ │ ├── RangeBar.xaml.cs
│ │ │ │ ├── Silverlight
│ │ │ │ │ └── RangeBar.xaml
│ │ │ │ ├── thumb.png
│ │ │ │ └── WPF
│ │ │ │ └── RangeBar.xaml
│ │ │ └── WPF-RangeBar-Demo
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── WPF-RangeBar-Demo.csproj
│ │ │ ├── WPF-RangeBar-Demo.sln
│ │ │ └── WPF-RangeBar-Demo.suo
│ │ ├── wpf-visifire-chart-realtime-update
│ │ │ ├── app.config
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── RealTimeUpdate.exe
│ │ │ │ │ ├── RealTimeUpdate.exe.config
│ │ │ │ │ ├── RealTimeUpdate.pdb
│ │ │ │ │ ├── RealTimeUpdate.vshost.exe
│ │ │ │ │ ├── RealTimeUpdate.vshost.exe.config
│ │ │ │ │ ├── RealTimeUpdate.vshost.exe.manifest
│ │ │ │ │ └── WPFVisifire.Charts.dll
│ │ │ │ └── Release
│ │ │ │ ├── RealTimeUpdate.exe
│ │ │ │ ├── RealTimeUpdate.exe.config
│ │ │ │ ├── RealTimeUpdate.pdb
│ │ │ │ ├── RealTimeUpdate.vshost.exe
│ │ │ │ ├── RealTimeUpdate.vshost.exe.config
│ │ │ │ ├── RealTimeUpdate.vshost.exe.manifest
│ │ │ │ └── WPFVisifire.Charts.dll
│ │ │ ├── Controller.xaml
│ │ │ ├── Controller.xaml.cs
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── nob.png
│ │ │ ├── obj
│ │ │ │ └── x86
│ │ │ │ ├── Debug
│ │ │ │ │ ├── App.g.i.cs
│ │ │ │ │ ├── Controller.g.i.cs
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ │ │ │ ├── MainWindow.g.i.cs
│ │ │ │ │ ├── RealTimeUpdate_MarkupCompile.i.cache
│ │ │ │ │ └── RealTimeUpdate_MarkupCompile.i.lref
│ │ │ │ └── Release
│ │ │ │ ├── App.g.cs
│ │ │ │ ├── App.g.i.cs
│ │ │ │ ├── Controller.baml
│ │ │ │ ├── Controller.g.cs
│ │ │ │ ├── Controller.g.i.cs
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ │ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ ├── MainWindow.baml
│ │ │ │ ├── MainWindow.g.cs
│ │ │ │ ├── MainWindow.g.i.cs
│ │ │ │ ├── RealTimeUpdate.exe
│ │ │ │ ├── RealTimeUpdate.g.resources
│ │ │ │ ├── RealTimeUpdate_MarkupCompile.cache
│ │ │ │ ├── RealTimeUpdate_MarkupCompile.i.cache
│ │ │ │ ├── RealTimeUpdate_MarkupCompile.i.lref
│ │ │ │ ├── RealTimeUpdate_MarkupCompile.lref
│ │ │ │ ├── RealTimeUpdate.pdb
│ │ │ │ ├── RealTimeUpdate.Properties.Resources.resources
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── WPFVisifireChartRealTimeUpdate.csproj.FileListAbsolute.txt
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── WPFVisifireChartRealTimeUpdate.csproj
│ │ │ ├── WPFVisifireChartRealTimeUpdate.sln
│ │ │ └── WPFVisifireChartRealTimeUpdate.suo
│ │ └── zooming-with-multiple-charts-in-wpf
│ │ ├── ZoomingWithMultipleCharts
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── WPFVisifire.Charts.dll
│ │ │ └── ZoomingWithMultipleCharts.csproj
│ │ ├── ZoomingWithMultipleCharts.sln
│ │ └── ZoomingWithMultipleCharts.suo
│ ├── QuickStart-WinFormApplication
│ │ ├── C#
│ │ │ ├── DateTimeAxis
│ │ │ │ ├── DateTimeAxis
│ │ │ │ │ ├── DateTimeAxis.csproj
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── DateTimeAxis.sln
│ │ │ │ └── DateTimeAxis.suo
│ │ │ ├── EventHandling
│ │ │ │ ├── EventHandling
│ │ │ │ │ ├── EventHandling.csproj
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── EventHandling.sln
│ │ │ │ └── EventHandling.suo
│ │ │ ├── FirstChart
│ │ │ │ ├── FirstChart
│ │ │ │ │ ├── FirstChart.csproj
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ └── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── FirstChart.sln
│ │ │ │ └── FirstChart.suo
│ │ │ └── LiveUpdate
│ │ │ ├── LiveUpdate
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LiveUpdate.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LiveUpdate.sln
│ │ │ └── LiveUpdate.suo
│ │ └── VB
│ │ ├── DateTimeAxis
│ │ │ ├── DateTimeAxis
│ │ │ │ ├── App.config
│ │ │ │ ├── DateTimeAxis.vbproj
│ │ │ │ ├── Form1.Designer.vb
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form1.vb
│ │ │ │ └── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ ├── DateTimeAxis.sln
│ │ │ └── DateTimeAxis.suo
│ │ ├── EventHandling
│ │ │ ├── EventHandling
│ │ │ │ ├── App.config
│ │ │ │ ├── EventHandling.vbproj
│ │ │ │ ├── Form1.Designer.vb
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form1.vb
│ │ │ │ └── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ ├── EventHandling.sln
│ │ │ └── EventHandling.suo
│ │ ├── FirstChart
│ │ │ ├── FirstChart
│ │ │ │ ├── App.config
│ │ │ │ ├── FirstChart.vbproj
│ │ │ │ ├── Form1.Designer.vb
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Form1.vb
│ │ │ │ └── My Project
│ │ │ │ ├── Application.Designer.vb
│ │ │ │ ├── Application.myapp
│ │ │ │ ├── AssemblyInfo.vb
│ │ │ │ ├── Resources.Designer.vb
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.vb
│ │ │ │ └── Settings.settings
│ │ │ ├── FirstChart.sln
│ │ │ └── FirstChart.suo
│ │ └── LiveUpdate
│ │ ├── LiveUpdate
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── LiveUpdate.vbproj
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── LiveUpdate.sln
│ │ └── LiveUpdate.suo
│ └── QuickStart-WPFApplication
│ ├── C#
│ │ ├── DateTimeAxis
│ │ │ ├── DateTimeAxis
│ │ │ │ ├── app.config
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── DateTimeAxis.csproj
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── DateTimeAxis.sln
│ │ │ └── DateTimeAxis.suo
│ │ ├── EventHandling
│ │ │ ├── EventHandling
│ │ │ │ ├── app.config
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── EventHandling.csproj
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── EventHandling.sln
│ │ │ └── EventHandling.suo
│ │ ├── FirstChart
│ │ │ ├── FirstChart
│ │ │ │ ├── app.config
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── FirstChart.csproj
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── FirstChart.sln
│ │ │ └── FirstChart.suo
│ │ ├── LiveUpdate
│ │ │ ├── LiveUpdate
│ │ │ │ ├── app.config
│ │ │ │ ├── App.xaml
│ │ │ │ ├── App.xaml.cs
│ │ │ │ ├── LiveUpdate.csproj
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── Window1.xaml
│ │ │ │ └── Window1.xaml.cs
│ │ │ ├── LiveUpdate.sln
│ │ │ └── LiveUpdate.suo
│ │ └── StylesAndAnimation
│ │ ├── StylesAndAnimation
│ │ │ ├── app.config
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── StylesAndAnimation.csproj
│ │ │ ├── Window1.xaml
│ │ │ └── Window1.xaml.cs
│ │ ├── StylesAndAnimation.sln
│ │ └── StylesAndAnimation.suo
│ └── VB
│ ├── DateTimeAxis
│ │ ├── DateTimeAxis
│ │ │ ├── Application.xaml
│ │ │ ├── Application.xaml.vb
│ │ │ ├── DateTimeAxis.vbproj
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.vb
│ │ │ └── My Project
│ │ │ ├── app.manifest
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── MyExtensions
│ │ │ │ └── MyWpfExtension.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── DateTimeAxis.sln
│ │ └── DateTimeAxis.suo
│ ├── EventHandling
│ │ ├── EventHandling
│ │ │ ├── Application.xaml
│ │ │ ├── Application.xaml.vb
│ │ │ ├── EventHandling.vbproj
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.vb
│ │ │ └── My Project
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── MyExtensions
│ │ │ │ └── MyWpfExtension.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── EventHandling.sln
│ │ └── EventHandling.suo
│ ├── FirstChart
│ │ ├── FirstChart
│ │ │ ├── Application.xaml
│ │ │ ├── Application.xaml.vb
│ │ │ ├── FirstChart.vbproj
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.vb
│ │ │ └── My Project
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── MyExtensions
│ │ │ │ └── MyWpfExtension.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── FirstChart.sln
│ │ └── FirstChart.suo
│ ├── LiveUpdate
│ │ ├── LiveUpdate
│ │ │ ├── Application.xaml
│ │ │ ├── Application.xaml.vb
│ │ │ ├── LiveUpdate.vbproj
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.vb
│ │ │ └── My Project
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── MyExtensions
│ │ │ │ └── MyWpfExtension.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── LiveUpdate.sln
│ │ └── LiveUpdate.suo
│ └── StylesAndAnimation
│ ├── StylesAndAnimation
│ │ ├── Application.xaml
│ │ ├── Application.xaml.vb
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.vb
│ │ ├── My Project
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── MyExtensions
│ │ │ │ └── MyWpfExtension.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ └── StylesAndAnimation.vbproj
│ ├── StylesAndAnimation.sln
│ └── StylesAndAnimation.suo
├── Dashboard
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── BusinessObjects
│ │ ├── Order.cs
│ │ ├── SalesConversion.cs
│ │ └── SampleData.cs
│ ├── Commons
│ │ └── ModelBase.cs
│ ├── header-bk.png
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── ProductAndSales-Dashboard.csproj
│ ├── ProductAndSales-Dashboard.sln
│ ├── ProductAndSales-Dashboard.suo
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── ViewModels
│ │ ├── MainPageViewModel.cs
│ │ └── ProductWiseRevenueInfo.cs
│ ├── Views
│ │ ├── ProductWiseSalesView.xaml
│ │ └── ProductWiseSalesView.xaml.cs
│ └── visifire_logo.png
└── Gauges
├── QuickStart-WinFormApplication
│ ├── C#
│ │ ├── CircularGauge
│ │ │ ├── CircularGauge
│ │ │ │ ├── CircularGauge.csproj
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── CircularGauge.sln
│ │ │ └── CircularGauge.suo
│ │ ├── LinearGauge
│ │ │ ├── LinearGauge
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LinearGauge.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LinearGauge.sln
│ │ │ └── LinearGauge.suo
│ │ ├── LiveUpdate
│ │ │ ├── LiveUpdate
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── LiveUpdate.csproj
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── LiveUpdate.sln
│ │ │ └── LiveUpdate.suo
│ │ └── Thermometer
│ │ ├── Thermometer
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── Thermometer.csproj
│ │ ├── Thermometer.sln
│ │ └── Thermometer.suo
│ └── VB
│ ├── CircularGauge
│ │ ├── CircularGauge
│ │ │ ├── App.config
│ │ │ ├── CircularGauge.vbproj
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── CircularGauge.sln
│ │ └── CircularGauge.suo
│ ├── LinearGauge
│ │ ├── LinearGauge
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── LinearGauge.vbproj
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── LinearGauge.sln
│ │ └── LinearGauge.suo
│ ├── LiveUpdate
│ │ ├── LiveUpdate
│ │ │ ├── App.config
│ │ │ ├── Form1.Designer.vb
│ │ │ ├── Form1.resx
│ │ │ ├── Form1.vb
│ │ │ ├── LiveUpdate.vbproj
│ │ │ └── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── LiveUpdate.sln
│ │ └── LiveUpdate.suo
│ └── Thermometer
│ ├── Thermometer
│ │ ├── App.config
│ │ ├── Form1.Designer.vb
│ │ ├── Form1.resx
│ │ ├── Form1.vb
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ └── Thermometer.vbproj
│ ├── Thermometer.sln
│ └── Thermometer.suo
└── QuickStart-WPFApplication
├── C#
│ ├── CircularGauge
│ │ ├── CircularGauge
│ │ │ ├── app.config
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── CircularGauge.csproj
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── CircularGauge.sln
│ │ └── CircularGauge.suo
│ ├── LinearGauge
│ │ ├── LinearGauge
│ │ │ ├── app.config
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── LinearGauge.csproj
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── LinearGauge.sln
│ │ └── LinearGauge.suo
│ ├── LiveUpdate
│ │ ├── LiveUpdate
│ │ │ ├── App.xaml
│ │ │ ├── App.xaml.cs
│ │ │ ├── LiveUpdate.csproj
│ │ │ ├── MainWindow.xaml
│ │ │ ├── MainWindow.xaml.cs
│ │ │ └── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── LiveUpdate.sln
│ │ └── LiveUpdate.suo
│ └── Thermometer
│ ├── Thermometer
│ │ ├── app.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ └── Thermometer.csproj
│ ├── Thermometer.sln
│ └── Thermometer.suo
└── VB
├── CircularGauge
│ ├── CircularGauge
│ │ ├── Application.xaml
│ │ ├── Application.xaml.vb
│ │ ├── CircularGauge.vbproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.vb
│ │ └── My Project
│ │ ├── AssemblyInfo.vb
│ │ ├── MyExtensions
│ │ │ └── MyWpfExtension.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── CircularGauge.sln
│ └── CircularGauge.suo
├── LinearGauge
│ ├── LinearGauge
│ │ ├── Application.xaml
│ │ ├── Application.xaml.vb
│ │ ├── LinearGauge.vbproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.vb
│ │ └── My Project
│ │ ├── AssemblyInfo.vb
│ │ ├── MyExtensions
│ │ │ └── MyWpfExtension.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── LinearGauge.sln
│ └── LinearGauge.suo
├── LiveUpdate
│ ├── LiveUpdate
│ │ ├── Application.xaml
│ │ ├── Application.xaml.vb
│ │ ├── LiveUpdate.vbproj
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.vb
│ │ └── My Project
│ │ ├── AssemblyInfo.vb
│ │ ├── MyExtensions
│ │ │ └── MyWpfExtension.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ ├── LiveUpdate.sln
│ └── LiveUpdate.suo
└── Thermometer
├── Thermometer
│ ├── Application.xaml
│ ├── Application.xaml.vb
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.vb
│ ├── My Project
│ │ ├── AssemblyInfo.vb
│ │ ├── MyExtensions
│ │ │ └── MyWpfExtension.vb
│ │ ├── Resources.Designer.vb
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.vb
│ │ └── Settings.settings
│ └── Thermometer.vbproj
├── Thermometer.sln
└── Thermometer.suo
236 directories, 884 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论