在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → WPFVisifire5.1.7及WPFVisifireGauges5.13源码

WPFVisifire5.1.7及WPFVisifireGauges5.13源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:8.91M
  • 下载次数:22
  • 浏览次数:122
  • 发布时间:2020-06-29
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
这是WPFVisifire5.1.7及WPFVisifireGauges5.13绝对可编译通过的源码,是我通过反编译然后修改后的结果,测试过各种图形,功能上与原版无差异。 只所以贡献出来,是因为WPFVisifire让我很失望,有一个股票数据,一个蜡烛图加上6条均线图,总数据量也就900多条,使用它的DataPoint绑定(DataSource绑定不能释放内存),,但在拖放操作中WPFVisifire卡顿的不行,然而改成Telerik的ChartView后,同样的呈现,拖放如丝般顺滑,WPFVisifire过于集成各种属性,完全用传统的方式设计WPF,而Telerik的ChartView则大量
【实例截图】
【核心代码】
WPFVisifire5.1.7
└── WPFVisifire5.1.7
├── WPFVisifire.Gauges
│   ├── Gauges
│   │   ├── CircularGauge
│   │   │   ├── CircularGauge
│   │   │   │   ├── 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
│   │   │   │   ├── app.config
│   │   │   │   ├── bin
│   │   │   │   │   └── Release
│   │   │   │   │   ├── CircularGauge.exe
│   │   │   │   │   ├── CircularGauge.exe.config
│   │   │   │   │   ├── CircularGauge.pdb
│   │   │   │   │   ├── CircularGauge.vshost.exe
│   │   │   │   │   ├── CircularGauge.vshost.exe.config
│   │   │   │   │   ├── CircularGauge.vshost.exe.manifest
│   │   │   │   │   └── WPFVisifire.Gauges.dll
│   │   │   │   └── obj
│   │   │   │   └── x86
│   │   │   │   └── Release
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── CircularGauge.Properties.Resources.resources
│   │   │   │   ├── CircularGauge.csproj.FileListAbsolute.txt
│   │   │   │   ├── CircularGauge.csproj.GenerateResource.Cache
│   │   │   │   ├── CircularGauge.csprojResolveAssemblyReference.cache
│   │   │   │   ├── CircularGauge.exe
│   │   │   │   ├── CircularGauge.g.resources
│   │   │   │   ├── CircularGauge.pdb
│   │   │   │   ├── CircularGauge_MarkupCompile.cache
│   │   │   │   ├── CircularGauge_MarkupCompile.i.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── MainWindow.baml
│   │   │   │   ├── MainWindow.g.cs
│   │   │   │   └── MainWindow.g.i.cs
│   │   │   ├── CircularGauge.sln
│   │   │   └── CircularGauge.suo
│   │   ├── LinearGauge
│   │   │   ├── LinearGauge
│   │   │   │   ├── 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
│   │   │   │   ├── app.config
│   │   │   │   ├── bin
│   │   │   │   │   └── Release
│   │   │   │   │   ├── LinearGauge.exe
│   │   │   │   │   ├── LinearGauge.exe.config
│   │   │   │   │   ├── LinearGauge.pdb
│   │   │   │   │   ├── LinearGauge.vshost.exe
│   │   │   │   │   ├── LinearGauge.vshost.exe.config
│   │   │   │   │   ├── LinearGauge.vshost.exe.manifest
│   │   │   │   │   ├── WPFVisifire.Gauges.dll
│   │   │   │   │   └── WPFVisifire.Gauges.pdb
│   │   │   │   └── obj
│   │   │   │   └── x86
│   │   │   │   └── Release
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── LinearGauge.Properties.Resources.resources
│   │   │   │   ├── LinearGauge.csproj.FileListAbsolute.txt
│   │   │   │   ├── LinearGauge.csproj.GenerateResource.Cache
│   │   │   │   ├── LinearGauge.csprojResolveAssemblyReference.cache
│   │   │   │   ├── LinearGauge.exe
│   │   │   │   ├── LinearGauge.g.resources
│   │   │   │   ├── LinearGauge.pdb
│   │   │   │   ├── LinearGauge_MarkupCompile.cache
│   │   │   │   ├── LinearGauge_MarkupCompile.i.cache
│   │   │   │   ├── MainWindow.baml
│   │   │   │   ├── MainWindow.g.cs
│   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── 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
│   │   │   │   ├── app.config
│   │   │   │   ├── bin
│   │   │   │   │   └── Release
│   │   │   │   │   ├── LiveUpdate.exe
│   │   │   │   │   ├── LiveUpdate.exe.config
│   │   │   │   │   ├── LiveUpdate.pdb
│   │   │   │   │   ├── LiveUpdate.vshost.exe
│   │   │   │   │   ├── LiveUpdate.vshost.exe.config
│   │   │   │   │   ├── LiveUpdate.vshost.exe.manifest
│   │   │   │   │   ├── WPFVisifire.Gauges.dll
│   │   │   │   │   └── WPFVisifire.Gauges.pdb
│   │   │   │   └── obj
│   │   │   │   └── x86
│   │   │   │   └── Release
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── LiveUpdate.Properties.Resources.resources
│   │   │   │   ├── LiveUpdate.csproj.FileListAbsolute.txt
│   │   │   │   ├── LiveUpdate.csproj.GenerateResource.Cache
│   │   │   │   ├── LiveUpdate.csprojResolveAssemblyReference.cache
│   │   │   │   ├── LiveUpdate.exe
│   │   │   │   ├── LiveUpdate.g.resources
│   │   │   │   ├── LiveUpdate.pdb
│   │   │   │   ├── LiveUpdate_MarkupCompile.cache
│   │   │   │   ├── LiveUpdate_MarkupCompile.i.cache
│   │   │   │   ├── MainWindow.baml
│   │   │   │   ├── MainWindow.g.cs
│   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── LiveUpdate.sln
│   │   │   └── LiveUpdate.suo
│   │   └── Thermometer
│   │   ├── Thermometer
│   │   │   ├── 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
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Release
│   │   │   │   ├── Thermometer.exe
│   │   │   │   ├── Thermometer.exe.config
│   │   │   │   ├── Thermometer.pdb
│   │   │   │   ├── Thermometer.vshost.exe
│   │   │   │   ├── Thermometer.vshost.exe.config
│   │   │   │   ├── Thermometer.vshost.exe.manifest
│   │   │   │   ├── WPFVisifire.Gauges.dll
│   │   │   │   └── WPFVisifire.Gauges.pdb
│   │   │   └── obj
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── App.g.cs
│   │   │   ├── App.g.i.cs
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── MainWindow.baml
│   │   │   ├── MainWindow.g.cs
│   │   │   ├── MainWindow.g.i.cs
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   ├── Thermometer.Properties.Resources.resources
│   │   │   ├── Thermometer.csproj.FileListAbsolute.txt
│   │   │   ├── Thermometer.csproj.GenerateResource.Cache
│   │   │   ├── Thermometer.csprojResolveAssemblyReference.cache
│   │   │   ├── Thermometer.exe
│   │   │   ├── Thermometer.g.resources
│   │   │   ├── Thermometer.pdb
│   │   │   ├── Thermometer_MarkupCompile.cache
│   │   │   └── Thermometer_MarkupCompile.i.cache
│   │   ├── Thermometer.sln
│   │   └── Thermometer.suo
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Themes
│   │   └── generic.xaml
│   ├── Visifire.Commons
│   │   ├── AnimationHelper.cs
│   │   ├── Converters.cs
│   │   ├── Graphics.cs
│   │   ├── Helper.cs
│   │   ├── HrefTargets.cs
│   │   ├── VisifireControl.cs
│   │   └── VisifireElement.cs
│   ├── Visifire.Gauges
│   │   ├── BarIndicator.cs
│   │   ├── BarParams.cs
│   │   ├── CircularScale.cs
│   │   ├── CircularScaleCollection.cs
│   │   ├── DefaultTemplates.cs
│   │   ├── EnumerableFunctions.cs
│   │   ├── ExportType.cs
│   │   ├── ExtendedGraphics.cs
│   │   ├── Gauge.cs
│   │   ├── Gauge.xaml
│   │   ├── GaugeTypes.cs
│   │   ├── Indicator.cs
│   │   ├── IndicatorCollection.cs
│   │   ├── InternalControlInfo.cs
│   │   ├── LabelStyles.cs
│   │   ├── LinearScale.cs
│   │   ├── LinearScaleCollection.cs
│   │   ├── MajorTicks.cs
│   │   ├── MantissaOrExponent.cs
│   │   ├── MarkerIndicator.cs
│   │   ├── MinorTicks.cs
│   │   ├── NeedleIndicator.cs
│   │   ├── ObservableCollectionListAdapter.cs
│   │   ├── PlacementTypes.cs
│   │   ├── PlotDetails.cs
│   │   ├── PointInfo.cs
│   │   ├── Range.cs
│   │   ├── RangeCollection.cs
│   │   ├── Scale.cs
│   │   ├── ScaleLabel.cs
│   │   ├── ScaleLabels.cs
│   │   ├── ScaleManager.cs
│   │   ├── ScaleRepresentations.cs
│   │   ├── Shapes.cs
│   │   ├── State.cs
│   │   ├── StateCollection.cs
│   │   ├── StateIndicator.cs
│   │   ├── StateIndicatorShapes.cs
│   │   ├── Ticks.cs
│   │   ├── ToolTip.cs
│   │   ├── ToolTipCollection.cs
│   │   ├── print_icon.png
│   │   └── save_icon.png
│   ├── Visifire.Gauges.Properties
│   │   ├── Resources.cs
│   │   └── Settings.cs
│   ├── WPFVisifireGauges.csproj
│   ├── bin
│   │   └── Debug
│   │   ├── WPFVisifire.Gauges.dll
│   │   └── WPFVisifire.Gauges.pdb
│   └── obj
│   └── Debug
│   ├── DesignTimeResolveAssemblyReferences.cache
│   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── GeneratedInternalTypeHelper.g.cs
│   ├── GeneratedInternalTypeHelper.g.i.cs
│   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── WPFVisifire.Gauges.csproj.FileListAbsolute.txt
│   ├── WPFVisifire.Gauges.csprojResolveAssemblyReference.cache
│   ├── WPFVisifire.Gauges.dll
│   ├── WPFVisifire.Gauges.g.resources
│   ├── WPFVisifire.Gauges.pdb
│   ├── WPFVisifire.Gauges_MarkupCompile.cache
│   ├── WPFVisifire.Gauges_MarkupCompile.i.cache
│   ├── WPFVisifire.Gauges_MarkupCompile.lref
│   ├── WPFVisifireGauges.csproj.FileListAbsolute.txt
│   ├── WPFVisifireGauges.csprojResolveAssemblyReference.cache
│   └── themes
│   └── Generic.baml
├── WPFVisifire.sln
├── WPFVisifireCharts
│   ├── ColorSet
│   │   ├── ColorSet.cs
│   │   ├── ColorSets.cs
│   │   └── ColorSets.xaml
│   ├── Images
│   │   ├── cursor_drag_hand.png
│   │   ├── print_icon.png
│   │   └── save_icon.png
│   ├── InteractivityHelper.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Themes
│   │   ├── Theme.cs
│   │   ├── Theme1.xaml
│   │   ├── Theme2.xaml
│   │   ├── Theme3.xaml
│   │   ├── Theme4.xaml
│   │   ├── Theme5.xaml
│   │   ├── ThemeCollection.cs
│   │   ├── chartbackground.png
│   │   └── generic.xaml
│   ├── Visifire.Charts
│   │   ├── Axis
│   │   │   ├── Axis.cs
│   │   │   ├── AxisCollection.cs
│   │   │   ├── AxisLabel.cs
│   │   │   ├── AxisLabelData.cs
│   │   │   ├── AxisLabels.cs
│   │   │   ├── AxisManager.cs
│   │   │   ├── AxisOrientation.cs
│   │   │   ├── AxisRenderManager.cs
│   │   │   ├── AxisRepresentations.cs
│   │   │   ├── AxisScrollEventArgs.cs
│   │   │   ├── AxisTypes.cs
│   │   │   └── AxisZoomEventArgs.cs
│   │   ├── Chart
│   │   │   ├── Area3DDataPointFace.cs
│   │   │   ├── AreaChart.cs
│   │   │   ├── BarChart.cs
│   │   │   ├── BubbleChart.cs
│   │   │   ├── BubbleStyles.cs
│   │   │   ├── CandleStick.cs
│   │   │   ├── Chart.cs
│   │   │   ├── ChartArea.cs
│   │   │   ├── ChartGrid.cs
│   │   │   ├── ChartGridCollection.cs
│   │   │   ├── ChartOrientationType.cs
│   │   │   ├── ChartValueTypes.cs
│   │   │   ├── ColumnChart.cs
│   │   │   ├── Point3D.cs
│   │   │   ├── PointChart.cs
│   │   │   ├── PolarChart.cs
│   │   │   ├── PolygonalChartShapeParams.cs
│   │   │   ├── PyramidChart.cs
│   │   │   ├── RadarChart.cs
│   │   │   ├── SectorChartShapeParams.cs
│   │   │   └── StockChart.cs
│   │   ├── DataPoint
│   │   │   ├── DataMapping.cs
│   │   │   ├── DataMappingCollection.cs
│   │   │   ├── DataPoint.cs
│   │   │   ├── DataPointCollection.cs
│   │   │   ├── DataPointPropertyChangedEventArgs.cs
│   │   │   ├── IDataPoint.cs
│   │   │   ├── IDataPointParentSetter.cs
│   │   │   ├── LightDataPoint.cs
│   │   │   └── SortDataPoints.cs
│   │   ├── DpFunc.cs
│   │   ├── DpInfo.cs
│   │   ├── DragEventArgs.cs
│   │   ├── Element
│   │   │   ├── ElementData.cs
│   │   │   ├── ElementPositionData.cs
│   │   │   ├── ElementStyle.cs
│   │   │   ├── ElementTypes.cs
│   │   │   └── Elements.cs
│   │   ├── ExportType.cs
│   │   ├── ExtendedGraphics.cs
│   │   ├── Face3DType.cs
│   │   ├── Faces.cs
│   │   ├── FillType.cs
│   │   ├── FunnelChart.cs
│   │   ├── Helper
│   │   │   ├── DataPointHelper.cs
│   │   │   ├── DateTimeHelper.cs
│   │   │   ├── RenderHelper.cs
│   │   │   └── RenderHelperInfo.cs
│   │   ├── IOValuePair.cs
│   │   ├── IToolTip.cs
│   │   ├── InlinesCollection.cs
│   │   ├── IntervalTypes.cs
│   │   ├── Label
│   │   │   ├── CircularAxisLabel.cs
│   │   │   ├── CustomAxisLabel.cs
│   │   │   ├── CustomAxisLabelCollection.cs
│   │   │   ├── CustomAxisLabels.cs
│   │   │   ├── CustomAxisLabelsCollection.cs
│   │   │   └── LabelStyles.cs
│   │   ├── Layouts.cs
│   │   ├── Legend
│   │   │   ├── Legend.cs
│   │   │   ├── LegendCollection.cs
│   │   │   ├── LegendEntry.cs
│   │   │   ├── LegendMouseButtonEventArgs.cs
│   │   │   └── LegendMouseEventArgs.cs
│   │   ├── Line
│   │   │   ├── Bezier.cs
│   │   │   ├── LineChart.cs
│   │   │   ├── LineChartShapeParams.cs
│   │   │   ├── LineStructure.cs
│   │   │   ├── LineStyles.cs
│   │   │   ├── QuickLineChart.cs
│   │   │   ├── StepLineChart.cs
│   │   │   └── StepLineChartShapeParams.cs
│   │   ├── MantissaOrExponent.cs
│   │   ├── OCHL.cs
│   │   ├── PartialUpdateConfiguration.cs
│   │   ├── Pie
│   │   │   ├── PieChart.cs
│   │   │   ├── PieDoughnut2DPoints.cs
│   │   │   ├── PieDoughnut3DPoints.cs
│   │   │   └── PieDoughnutPoints.cs
│   │   ├── PlacementTypes.cs
│   │   ├── Plot
│   │   │   ├── CircularPlotDetails.cs
│   │   │   ├── PlotArea.cs
│   │   │   ├── PlotAreaMouseButtonEventArgs.cs
│   │   │   ├── PlotAreaMouseEventArgs.cs
│   │   │   ├── PlotDetails.cs
│   │   │   ├── PlotGroup.cs
│   │   │   ├── Ticks.cs
│   │   │   ├── TicksCollection.cs
│   │   │   ├── Title.cs
│   │   │   ├── TitleCollection.cs
│   │   │   ├── ToolTip.cs
│   │   │   ├── ToolTipCollection.cs
│   │   │   ├── TrendLine.cs
│   │   │   └── TrendLineCollection.cs
│   │   ├── PropertyValuePair.cs
│   │   ├── RasterLineStyle.cs
│   │   ├── RasterMarkerStyle.cs
│   │   ├── RasterRenderEngine.cs
│   │   ├── RasterShapeStyle.cs
│   │   ├── RectangularChartShapeParams.cs
│   │   ├── RenderAs.cs
│   │   ├── SamplingFunction.cs
│   │   ├── ScaleDirection.cs
│   │   ├── SelectionModes.cs
│   │   ├── Series
│   │   │   ├── DataSeries.cs
│   │   │   └── DataSeriesCollection.cs
│   │   ├── TriangularChartSliceParms.cs
│   │   ├── VcProperties.cs
│   │   ├── XWiseStackedData.cs
│   │   └── Zoom
│   │   ├── PanningMode.cs
│   │   ├── ZoomingAction.cs
│   │   ├── ZoomingMode.cs
│   │   └── ZoomingPanningEventHandler.cs
│   ├── Visifire.Charts.Properties
│   │   ├── Resources.cs
│   │   └── Settings.cs
│   ├── Visifire.Commons
│   │   ├── AnimationHelper.cs
│   │   ├── BorderStyles.cs
│   │   ├── CircularLabel.cs
│   │   ├── Converters.cs
│   │   ├── DataSamplingHelper.cs
│   │   ├── Graphics.cs
│   │   ├── HrefTargets.cs
│   │   ├── IElement.cs
│   │   ├── IEvent.cs
│   │   ├── IHref.cs
│   │   ├── LabelPlacementHelper.cs
│   │   ├── Marker.cs
│   │   ├── MarkerTypes.cs
│   │   ├── ObservableObject.cs
│   │   ├── OverlapTypes.cs
│   │   ├── PieFaceTypes.cs
│   │   ├── PointComparer.cs
│   │   ├── VisifireControl.cs
│   │   ├── VisifireElement.cs
│   │   ├── WriteableBitmapAdapter.cs
│   │   └── WriteableBitmapAdapterExtensions.cs
│   ├── Visifire.Commons.Controls
│   │   ├── WeakEventListener.cs
│   │   └── ZoomBar.cs
│   ├── WPFVisifire.Charts.csproj
│   ├── bin
│   │   └── Debug
│   │   ├── WPFVisifire.Charts.dll
│   │   └── WPFVisifire.Charts.pdb
│   ├── obj
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── WPFVisifire.Charts.csproj.FileListAbsolute.txt
│   │   ├── WPFVisifire.Charts.csprojResolveAssemblyReference.cache
│   │   ├── WPFVisifire.Charts.dll
│   │   ├── WPFVisifire.Charts.g.resources
│   │   ├── WPFVisifire.Charts.pdb
│   │   ├── WPFVisifire.Charts_MarkupCompile.cache
│   │   ├── WPFVisifire.Charts_MarkupCompile.i.cache
│   │   ├── WPFVisifire.Charts_MarkupCompile.lref
│   │   └── themes
│   │   └── generic.baml
│   └── 说明.txt
├── WPFVisifireChartsApp
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── Controller.xaml
│   ├── Controller.xaml.cs
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── ObjectCollection.cs
│   ├── PageAreaSeries.xaml
│   ├── PageAreaSeries.xaml.cs
│   ├── PageBarSeries.xaml
│   ├── PageBarSeries.xaml.cs
│   ├── PageBubbleSeries.xaml
│   ├── PageBubbleSeries.xaml.cs
│   ├── PageCandleStick.xaml
│   ├── PageCandleStick.xaml.cs
│   ├── PageCandleStick1.xaml
│   ├── PageCandleStick1.xaml.cs
│   ├── PageColumnMux.xaml
│   ├── PageColumnMux.xaml.cs
│   ├── PageDoughnut.xaml
│   ├── PageDoughnut.xaml.cs
│   ├── PageHighPerformance.xaml
│   ├── PageHighPerformance.xaml.cs
│   ├── PageLineSeries.xaml
│   ├── PageLineSeries.xaml.cs
│   ├── PagePieChart.xaml
│   ├── PagePieChart.xaml.cs
│   ├── PagePolar.xaml
│   ├── PagePolar.xaml.cs
│   ├── PageProgressive.xaml
│   ├── PageProgressive.xaml.cs
│   ├── PagePyramid.xaml
│   ├── PagePyramid.xaml.cs
│   ├── PageQuickLine.xaml
│   ├── PageQuickLine.xaml.cs
│   ├── PageRadar.xaml
│   ├── PageRadar.xaml.cs
│   ├── PageRealTime.xaml
│   ├── PageRealTime.xaml.cs
│   ├── PageRealTime1.xaml
│   ├── PageRealTime1.xaml.cs
│   ├── PageScatterSeries.xaml
│   ├── PageScatterSeries.xaml.cs
│   ├── PageSectionFunnel.xaml
│   ├── PageSectionFunnel.xaml.cs
│   ├── PageSplineSeries.xaml
│   ├── PageSplineSeries.xaml.cs
│   ├── PageStacked.xaml
│   ├── PageStacked.xaml.cs
│   ├── PageStepLine.xaml
│   ├── PageStepLine.xaml.cs
│   ├── PageStock.xaml
│   ├── PageStock.xaml.cs
│   ├── PageStreamLineFunnel.xaml
│   ├── PageStreamLineFunnel.xaml.cs
│   ├── PageZoomEvent.xaml
│   ├── PageZoomEvent.xaml.cs
│   ├── Progressive
│   │   ├── PointInfo.cs
│   │   ├── RangeBar.xaml
│   │   ├── RangeBar.xaml.cs
│   │   ├── ViewModel.cs
│   │   ├── ViewModel1.cs
│   │   ├── ViewModel2.cs
│   │   └── thumb.png
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── SampleDataVM.cs
│   ├── WPFVisifireChartsApp.csproj
│   ├── app.config
│   ├── bin
│   │   └── Debug
│   │   ├── WPFVisifire.Charts.dll
│   │   ├── WPFVisifire.Charts.pdb
│   │   ├── WPFVisifireChartsApp.exe
│   │   ├── WPFVisifireChartsApp.exe.config
│   │   ├── WPFVisifireChartsApp.pdb
│   │   ├── WPFVisifireChartsApp.vshost.exe
│   │   ├── WPFVisifireChartsApp.vshost.exe.config
│   │   └── WPFVisifireChartsApp.vshost.exe.manifest
│   ├── nob.png
│   └── obj
│   ├── Debug
│   │   ├── 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
│   │   ├── MainWindow.baml
│   │   ├── MainWindow.g.cs
│   │   ├── MainWindow.g.i.cs
│   │   ├── PageAreaSeries.baml
│   │   ├── PageAreaSeries.g.cs
│   │   ├── PageAreaSeries.g.i.cs
│   │   ├── PageBarSeries.baml
│   │   ├── PageBarSeries.g.cs
│   │   ├── PageBarSeries.g.i.cs
│   │   ├── PageBubbleSeries.baml
│   │   ├── PageBubbleSeries.g.cs
│   │   ├── PageBubbleSeries.g.i.cs
│   │   ├── PageCandleStick.baml
│   │   ├── PageCandleStick.g.cs
│   │   ├── PageCandleStick.g.i.cs
│   │   ├── PageCandleStick1.baml
│   │   ├── PageCandleStick1.g.cs
│   │   ├── PageCandleStick1.g.i.cs
│   │   ├── PageColumnMux.baml
│   │   ├── PageColumnMux.g.cs
│   │   ├── PageColumnMux.g.i.cs
│   │   ├── PageDoughnut.baml
│   │   ├── PageDoughnut.g.cs
│   │   ├── PageDoughnut.g.i.cs
│   │   ├── PageHighPerformance.baml
│   │   ├── PageHighPerformance.g.cs
│   │   ├── PageHighPerformance.g.i.cs
│   │   ├── PageLineSeries.baml
│   │   ├── PageLineSeries.g.cs
│   │   ├── PageLineSeries.g.i.cs
│   │   ├── PagePieChart.baml
│   │   ├── PagePieChart.g.cs
│   │   ├── PagePieChart.g.i.cs
│   │   ├── PagePolar.baml
│   │   ├── PagePolar.g.cs
│   │   ├── PagePolar.g.i.cs
│   │   ├── PageProgressive.baml
│   │   ├── PageProgressive.g.cs
│   │   ├── PageProgressive.g.i.cs
│   │   ├── PagePyramid.baml
│   │   ├── PagePyramid.g.cs
│   │   ├── PagePyramid.g.i.cs
│   │   ├── PageQuickLine.baml
│   │   ├── PageQuickLine.g.cs
│   │   ├── PageQuickLine.g.i.cs
│   │   ├── PageRadar.baml
│   │   ├── PageRadar.g.cs
│   │   ├── PageRadar.g.i.cs
│   │   ├── PageRealTime.baml
│   │   ├── PageRealTime.g.cs
│   │   ├── PageRealTime.g.i.cs
│   │   ├── PageRealTime1.baml
│   │   ├── PageRealTime1.g.cs
│   │   ├── PageRealTime1.g.i.cs
│   │   ├── PageScatterSeries.baml
│   │   ├── PageScatterSeries.g.cs
│   │   ├── PageScatterSeries.g.i.cs
│   │   ├── PageSectionFunnel.baml
│   │   ├── PageSectionFunnel.g.cs
│   │   ├── PageSectionFunnel.g.i.cs
│   │   ├── PageSplineSeries.baml
│   │   ├── PageSplineSeries.g.cs
│   │   ├── PageSplineSeries.g.i.cs
│   │   ├── PageStacked.baml
│   │   ├── PageStacked.g.cs
│   │   ├── PageStacked.g.i.cs
│   │   ├── PageStepLine.baml
│   │   ├── PageStepLine.g.cs
│   │   ├── PageStepLine.g.i.cs
│   │   ├── PageStock.baml
│   │   ├── PageStock.g.cs
│   │   ├── PageStock.g.i.cs
│   │   ├── PageStreamLineFunnel.baml
│   │   ├── PageStreamLineFunnel.g.cs
│   │   ├── PageStreamLineFunnel.g.i.cs
│   │   ├── PageZoomEvent.baml
│   │   ├── PageZoomEvent.g.cs
│   │   ├── PageZoomEvent.g.i.cs
│   │   ├── Progressive
│   │   │   ├── RangeBar - 复制.g.i.cs
│   │   │   ├── RangeBar.baml
│   │   │   ├── RangeBar.g.cs
│   │   │   ├── RangeBar.g.i.cs
│   │   │   └── RangeBar1.g.i.cs
│   │   ├── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   ├── WPFVisifireChartsApp.Properties.Resources.resources
│   │   ├── WPFVisifireChartsApp.csproj.FileListAbsolute.txt
│   │   ├── WPFVisifireChartsApp.csproj.GenerateResource.Cache
│   │   ├── WPFVisifireChartsApp.csprojResolveAssemblyReference.cache
│   │   ├── WPFVisifireChartsApp.exe
│   │   ├── WPFVisifireChartsApp.g.resources
│   │   ├── WPFVisifireChartsApp.pdb
│   │   ├── WPFVisifireChartsApp_Content.g.i.cs
│   │   ├── WPFVisifireChartsApp_MarkupCompile.cache
│   │   ├── WPFVisifireChartsApp_MarkupCompile.i.cache
│   │   ├── WPFVisifireChartsApp_MarkupCompile.i.lref
│   │   └── WPFVisifireChartsApp_MarkupCompile.lref
│   └── Release
│   ├── App.g.cs
│   ├── App.g.i.cs
│   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── GeneratedInternalTypeHelper.g.cs
│   ├── GeneratedInternalTypeHelper.g.i.cs
│   ├── MainWindow.baml
│   ├── MainWindow.g.cs
│   ├── MainWindow.g.i.cs
│   ├── PageAreaSeries.baml
│   ├── PageAreaSeries.g.cs
│   ├── PageAreaSeries.g.i.cs
│   ├── PageBarSeries.baml
│   ├── PageBarSeries.g.cs
│   ├── PageBarSeries.g.i.cs
│   ├── PageBubbleSeries.baml
│   ├── PageBubbleSeries.g.cs
│   ├── PageBubbleSeries.g.i.cs
│   ├── PageCandleStick.baml
│   ├── PageCandleStick.g.cs
│   ├── PageCandleStick.g.i.cs
│   ├── PageColumnMux.baml
│   ├── PageColumnMux.g.cs
│   ├── PageColumnMux.g.i.cs
│   ├── PageDoughnut.baml
│   ├── PageDoughnut.g.cs
│   ├── PageDoughnut.g.i.cs
│   ├── PageLineSeries.baml
│   ├── PageLineSeries.g.cs
│   ├── PageLineSeries.g.i.cs
│   ├── PagePieChart.baml
│   ├── PagePieChart.g.cs
│   ├── PagePieChart.g.i.cs
│   ├── PagePolar.baml
│   ├── PagePolar.g.cs
│   ├── PagePolar.g.i.cs
│   ├── PagePyramid.baml
│   ├── PagePyramid.g.cs
│   ├── PagePyramid.g.i.cs
│   ├── PageQuickLine.baml
│   ├── PageQuickLine.g.cs
│   ├── PageQuickLine.g.i.cs
│   ├── PageRadar.baml
│   ├── PageRadar.g.cs
│   ├── PageRadar.g.i.cs
│   ├── PageRealTime.baml
│   ├── PageRealTime.g.cs
│   ├── PageRealTime.g.i.cs
│   ├── PageScatterSeries.baml
│   ├── PageScatterSeries.g.cs
│   ├── PageScatterSeries.g.i.cs
│   ├── PageSectionFunnel.baml
│   ├── PageSectionFunnel.g.cs
│   ├── PageSectionFunnel.g.i.cs
│   ├── PageSplineSeries.baml
│   ├── PageSplineSeries.g.cs
│   ├── PageSplineSeries.g.i.cs
│   ├── PageStacked.baml
│   ├── PageStacked.g.cs
│   ├── PageStacked.g.i.cs
│   ├── PageStepLine.baml
│   ├── PageStepLine.g.cs
│   ├── PageStepLine.g.i.cs
│   ├── PageStock.baml
│   ├── PageStock.g.cs
│   ├── PageStock.g.i.cs
│   ├── PageStreamLineFunnel.baml
│   ├── PageStreamLineFunnel.g.cs
│   ├── PageStreamLineFunnel.g.i.cs
│   ├── TempPE
│   │   └── Properties.Resources.Designer.cs.dll
│   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── WPFVisifireChartsApp.Properties.Resources.resources
│   ├── WPFVisifireChartsApp.csproj.FileListAbsolute.txt
│   ├── WPFVisifireChartsApp.csproj.GenerateResource.Cache
│   ├── WPFVisifireChartsApp.csprojResolveAssemblyReference.cache
│   ├── WPFVisifireChartsApp.exe
│   ├── WPFVisifireChartsApp.g.resources
│   ├── WPFVisifireChartsApp.pdb
│   ├── WPFVisifireChartsApp_MarkupCompile.cache
│   ├── WPFVisifireChartsApp_MarkupCompile.i.cache
│   ├── WPFVisifireChartsApp_MarkupCompile.i.lref
│   ├── WPFVisifireChartsApp_MarkupCompile.lref
│   └── Window1.g.i.cs
├── WPFVisifireGaugesApp
│   ├── App.config
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── PageCircularGauge.xaml
│   ├── PageCircularGauge.xaml.cs
│   ├── PageLinearGauge.xaml
│   ├── PageLinearGauge.xaml.cs
│   ├── PageThermometer.xaml
│   ├── PageThermometer.xaml.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── WPFVisifireGaugesApp.csproj
│   ├── bin
│   │   └── Debug
│   │   ├── WPFVisifire.Gauges.dll
│   │   ├── WPFVisifire.Gauges.pdb
│   │   ├── WPFVisifireGaugesApp.exe
│   │   ├── WPFVisifireGaugesApp.exe.config
│   │   ├── WPFVisifireGaugesApp.pdb
│   │   ├── WPFVisifireGaugesApp.vshost.exe
│   │   ├── WPFVisifireGaugesApp.vshost.exe.config
│   │   └── WPFVisifireGaugesApp.vshost.exe.manifest
│   └── obj
│   └── Debug
│   ├── App.g.cs
│   ├── App.g.i.cs
│   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── MainWindow.baml
│   ├── MainWindow.g.cs
│   ├── MainWindow.g.i.cs
│   ├── PageCircularGauge.baml
│   ├── PageCircularGauge.g.cs
│   ├── PageCircularGauge.g.i.cs
│   ├── PageLinearGauge.baml
│   ├── PageLinearGauge.g.cs
│   ├── PageLinearGauge.g.i.cs
│   ├── PageThermometer.baml
│   ├── PageThermometer.g.cs
│   ├── PageThermometer.g.i.cs
│   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── WPFVisifireGaugesApp.Properties.Resources.resources
│   ├── WPFVisifireGaugesApp.csproj.FileListAbsolute.txt
│   ├── WPFVisifireGaugesApp.csproj.GenerateResource.Cache
│   ├── WPFVisifireGaugesApp.csprojResolveAssemblyReference.cache
│   ├── WPFVisifireGaugesApp.exe
│   ├── WPFVisifireGaugesApp.g.resources
│   ├── WPFVisifireGaugesApp.pdb
│   ├── WPFVisifireGaugesApp_MarkupCompile.cache
│   ├── WPFVisifireGaugesApp_MarkupCompile.i.cache
│   └── WPFVisifireGaugesApp_MarkupCompile.lref
└── WpfProcessesMonitor
├── 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
├── ViewModel
│   ├── MemoryInfo.cs
│   ├── ProcessInfo.cs
│   └── ProcessViewModel.cs
├── WPFProcessesMonitor.csproj
├── bin
│   └── Debug
│   ├── GenLibrary.dll
│   ├── GenLibrary.pdb
│   ├── System.Windows.Interactivity.dll
│   ├── System.Windows.Interactivity.xml
│   ├── WPFVisifire.Charts.dll
│   ├── WPFVisifire.Charts.pdb
│   ├── WpfProcessesMonitor.exe
│   ├── WpfProcessesMonitor.exe.config
│   ├── WpfProcessesMonitor.pdb
│   ├── WpfProcessesMonitor.vshost.exe
│   ├── WpfProcessesMonitor.vshost.exe.config
│   ├── WpfProcessesMonitor.vshost.exe.manifest
│   ├── de
│   │   └── System.Windows.Interactivity.resources.dll
│   ├── en
│   │   └── System.Windows.Interactivity.resources.dll
│   ├── es
│   │   └── System.Windows.Interactivity.resources.dll
│   ├── fr
│   │   └── System.Windows.Interactivity.resources.dll
│   ├── it
│   │   └── System.Windows.Interactivity.resources.dll
│   ├── ja
│   │   └── System.Windows.Interactivity.resources.dll
│   ├── ko
│   │   └── System.Windows.Interactivity.resources.dll
│   ├── zh-Hans
│   │   └── System.Windows.Interactivity.resources.dll
│   └── zh-Hant
│   └── System.Windows.Interactivity.resources.dll
├── obj
│   └── Debug
│   ├── App.baml
│   ├── App.g.cs
│   ├── App.g.i.cs
│   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── MainWindow.baml
│   ├── MainWindow.g.cs
│   ├── MainWindow.g.i.cs
│   ├── TempPE
│   │   └── Properties.Resources.Designer.cs.dll
│   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── WPFProcessesMonitor.csprojResolveAssemblyReference.cache
│   ├── WpfProcessesMonitor.Properties.Resources.resources
│   ├── WpfProcessesMonitor.csproj.FileListAbsolute.txt
│   ├── WpfProcessesMonitor.csproj.GenerateResource.Cache
│   ├── WpfProcessesMonitor.exe
│   ├── WpfProcessesMonitor.g.resources
│   ├── WpfProcessesMonitor.pdb
│   ├── WpfProcessesMonitor_Content.g.i.cs
│   ├── WpfProcessesMonitor_MarkupCompile.cache
│   ├── WpfProcessesMonitor_MarkupCompile.i.cache
│   ├── WpfProcessesMonitor_MarkupCompile.i.lref
│   └── WpfProcessesMonitor_MarkupCompile.lref
└── runprog.ico

108 directories, 802 files

标签:

实例下载地址

WPFVisifire5.1.7及WPFVisifireGauges5.13源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警