嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#:DEV Charts控件
.
├── C#:DEV Charts控件.rar
└── ChartsMainDemo
├── App.config
├── AppIcon.ico
├── AssemblyInfo.cs
├── ChartDemoModule.Designer.cs
├── ChartDemoModule.cs
├── ChartDemoModuleWithOptions.Designer.cs
├── ChartDemoModuleWithOptions.cs
├── ChartDemoModuleWithOptions.resx
├── ChartRibbonMenuManager.cs
├── ChartsMainDemo.csproj
├── ChartsMainDemo.sln
├── Data
│ ├── AppleStock.xml
│ ├── CityWeather.xml
│ ├── DS2.Designer.cs
│ ├── DS2.xsc
│ ├── DS2.xsd
│ ├── DS2.xss
│ ├── DS5.Designer.cs
│ ├── EURUSDDaily.csv
│ ├── GBPUSDDaily.csv
│ ├── GDPofG7.xml
│ ├── GoogleStock.xml
│ ├── HPI.xml
│ ├── HeadphoneComparison.dat
│ ├── Population.xml
│ ├── Top10LargestCountriesInfo.xml
│ ├── USDJPYDaily.csv
│ ├── carbon.xml
│ ├── nsidc_global_nt_final_and_nrt.dat
│ └── sound.bin
├── DemosRegistration.cs
├── Images
│ ├── AnnotationMaximum.png
│ ├── AnnotationMinimum.png
│ ├── Bug.png
│ ├── CrossCursor.cur
│ ├── Mars.png
│ ├── NoBug.png
│ ├── Palette_16x16.png
│ ├── Palette_32x32.png
│ ├── Wizard_16x16.png
│ ├── Wizard_32x32.png
│ └── menu.bmp
├── Modules
│ ├── About.Designer.cs
│ ├── About.cs
│ ├── About.resx
│ ├── AdvancedCustomization
│ │ ├── CustomDraw.Designer.cs
│ │ ├── CustomDraw.cs
│ │ ├── CustomDraw.resx
│ │ ├── CustomPaint.Designer.cs
│ │ ├── CustomPaint.cs
│ │ └── CustomPaint.resx
│ ├── ChartElements
│ │ ├── Annotations.Designer.cs
│ │ ├── Annotations.cs
│ │ ├── Annotations.resx
│ │ ├── AxesAndSeriesLabels.Designer.cs
│ │ ├── AxesAndSeriesLabels.cs
│ │ ├── AxesAndSeriesLabels.resx
│ │ ├── ConstantLinesAndStrips.Designer.cs
│ │ ├── ConstantLinesAndStrips.cs
│ │ ├── ConstantLinesAndStrips.resx
│ │ ├── DateTimeScale.Designer.cs
│ │ ├── DateTimeScale.cs
│ │ ├── DateTimeScale.resx
│ │ ├── Legends.Designer.cs
│ │ ├── Legends.cs
│ │ ├── Legends.resx
│ │ ├── LogarithmicScale.Designer.cs
│ │ ├── LogarithmicScale.cs
│ │ ├── LogarithmicScale.resx
│ │ ├── Panes.Designer.cs
│ │ ├── Panes.cs
│ │ ├── Panes.resx
│ │ ├── ScaleBreaks.Designer.cs
│ │ ├── ScaleBreaks.cs
│ │ ├── ScaleBreaks.resx
│ │ ├── SecondaryAxes.Designer.cs
│ │ ├── SecondaryAxes.cs
│ │ ├── SecondaryAxes.resx
│ │ ├── Titles.Designer.cs
│ │ ├── Titles.cs
│ │ └── Titles.resx
│ ├── ChartViews
│ │ ├── Area3DViews.Designer.cs
│ │ ├── Area3DViews.cs
│ │ ├── Area3DViews.resx
│ │ ├── AreaViews.Designer.cs
│ │ ├── AreaViews.cs
│ │ ├── AreaViews.resx
│ │ ├── Bar3DViews.Designer.cs
│ │ ├── Bar3DViews.cs
│ │ ├── Bar3DViews.resx
│ │ ├── BarViews.Designer.cs
│ │ ├── BarViews.cs
│ │ ├── BarViews.resx
│ │ ├── ChartDemoModule3DViews.cs
│ │ ├── ChartDemoModuleLabelViews.cs
│ │ ├── ChartDemoModuleLabelViews.resx
│ │ ├── ChartDemoModuleMarkerViews.cs
│ │ ├── FinancialViews.Designer.cs
│ │ ├── FinancialViews.cs
│ │ ├── FinancialViews.resx
│ │ ├── GanttViews.Designer.cs
│ │ ├── GanttViews.cs
│ │ ├── GanttViews.resx
│ │ ├── Line3DViews.Designer.cs
│ │ ├── Line3DViews.cs
│ │ ├── Line3DViews.resx
│ │ ├── LineViews.Designer.cs
│ │ ├── LineViews.cs
│ │ ├── LineViews.resx
│ │ ├── Pie3DDoughnut3DFunnel3DViews.Designer.cs
│ │ ├── Pie3DDoughnut3DFunnel3DViews.cs
│ │ ├── Pie3DDoughnut3DFunnel3DViews.resx
│ │ ├── PieDoughnutFunnelViews.Designer.cs
│ │ ├── PieDoughnutFunnelViews.cs
│ │ ├── PieDoughnutFunnelViews.resx
│ │ ├── PointViews.Designer.cs
│ │ ├── PointViews.cs
│ │ ├── PointViews.resx
│ │ ├── PolarViews.Designer.cs
│ │ ├── PolarViews.cs
│ │ ├── PolarViews.resx
│ │ ├── RadarViews.Designer.cs
│ │ ├── RadarViews.cs
│ │ └── RadarViews.resx
│ ├── DataAggregation
│ │ ├── DateTimeDataAggregation.Designer.cs
│ │ ├── DateTimeDataAggregation.cs
│ │ ├── DateTimeDataAggregation.resx
│ │ ├── NumericDataAggregation.Designer.cs
│ │ ├── NumericDataAggregation.cs
│ │ ├── NumericDataAggregation.resx
│ │ ├── QualitativeDataAggregation.Designer.cs
│ │ ├── QualitativeDataAggregation.cs
│ │ ├── QualitativeDataAggregation.resx
│ │ ├── TimeSpanDataAggregation.Designer.cs
│ │ ├── TimeSpanDataAggregation.cs
│ │ └── TimeSpanDataAggregation.resx
│ ├── DataAnalysis
│ │ ├── ErrorBars.Designer.cs
│ │ ├── ErrorBars.cs
│ │ ├── ErrorBars.resx
│ │ ├── FinancialIndicators.Designer.cs
│ │ ├── FinancialIndicators.cs
│ │ ├── FinancialIndicators.resx
│ │ ├── MovingAverageAndRegressionLine.Designer.cs
│ │ ├── MovingAverageAndRegressionLine.cs
│ │ └── MovingAverageAndRegressionLine.resx
│ ├── DataBinding
│ │ ├── BindingIndividualSeries.Designer.cs
│ │ ├── BindingIndividualSeries.cs
│ │ ├── BindingIndividualSeries.resx
│ │ ├── Colorizer.Designer.cs
│ │ ├── Colorizer.cs
│ │ ├── Colorizer.resx
│ │ ├── DataFiltering.Designer.cs
│ │ ├── DataFiltering.cs
│ │ ├── DataFiltering.resx
│ │ ├── DataGridCharting.Designer.cs
│ │ ├── DataGridCharting.cs
│ │ ├── DataGridCharting.resx
│ │ ├── EmptyPoints.Designer.cs
│ │ ├── EmptyPoints.cs
│ │ ├── EmptyPoints.resx
│ │ ├── PivotGridCharting.Designer.cs
│ │ ├── PivotGridCharting.cs
│ │ ├── PivotGridCharting.resx
│ │ ├── TopNAndOthers.Designer.cs
│ │ ├── TopNAndOthers.cs
│ │ ├── TopNAndOthers.resx
│ │ ├── UsingSeriesTemplates.Designer.cs
│ │ ├── UsingSeriesTemplates.cs
│ │ └── UsingSeriesTemplates.resx
│ ├── Highlighted
│ │ ├── BoxPlot.Designer.cs
│ │ ├── BoxPlot.cs
│ │ ├── BoxPlot.resx
│ │ ├── FinancialCharting.Designer.cs
│ │ ├── FinancialCharting.cs
│ │ ├── FinancialCharting.resx
│ │ ├── Histogram.Designer.cs
│ │ ├── Histogram.cs
│ │ ├── Histogram.resx
│ │ ├── LargeDataSource.Designer.cs
│ │ ├── LargeDataSource.cs
│ │ ├── LargeDataSource.resx
│ │ ├── LargeSeriesNumber.Designer.cs
│ │ ├── LargeSeriesNumber.cs
│ │ ├── LargeSeriesNumber.resx
│ │ ├── RealTimeChart.Designer.cs
│ │ ├── RealTimeChart.cs
│ │ ├── RealTimeChart.resx
│ │ ├── SegmentColorizer.Designer.cs
│ │ ├── SegmentColorizer.cs
│ │ ├── SegmentColorizer.resx
│ │ ├── SeriesPointBatchUpdates.Designer.cs
│ │ ├── SeriesPointBatchUpdates.cs
│ │ ├── SeriesPointBatchUpdates.resx
│ │ ├── SeriesPointMoving.Designer.cs
│ │ ├── SeriesPointMoving.cs
│ │ ├── SeriesPointMoving.resx
│ │ ├── Tornado.Designer.cs
│ │ ├── Tornado.cs
│ │ ├── Tornado.resx
│ │ ├── Waterfall.Designer.cs
│ │ ├── Waterfall.cs
│ │ └── Waterfall.resx
│ └── Interaction
│ ├── Animation.Designer.cs
│ ├── Animation.cs
│ ├── Animation.resx
│ ├── DrillDown.Designer.cs
│ ├── DrillDown.cs
│ ├── DrillDown.resx
│ ├── HitTesting.Designer.cs
│ ├── HitTesting.cs
│ ├── HitTesting.resx
│ ├── RangeControlIntegration.Designer.cs
│ ├── RangeControlIntegration.cs
│ ├── RangeControlIntegration.resx
│ ├── Selection.Designer.cs
│ ├── Selection.cs
│ ├── Selection.resx
│ ├── TooltipAndCrosshair.Designer.cs
│ ├── TooltipAndCrosshair.cs
│ └── TooltipAndCrosshair.resx
├── Program.cs
├── Properties
│ ├── Resources.Designer.cs
│ ├── Resources.resx
│ └── licenses.licx
├── Resources
│ ├── Designer.svg
│ └── Palette.svg
├── Utils
│ ├── Data
│ │ ├── DataBindingDemoData.cs
│ │ ├── DataCollections.cs
│ │ ├── DataGenerators.cs
│ │ ├── DataPointClasses.cs
│ │ ├── DataReaders.cs
│ │ ├── DataStores.cs
│ │ ├── SalesOverviewDemoData.cs
│ │ ├── SeriesGenerator.cs
│ │ └── SeriesPointMovingDataGenerator.cs
│ ├── Markers.cs
│ ├── ScatterCalculator.cs
│ └── Utils.cs
├── app.manifest
├── bin
│ └── Debug
│ ├── ChartsMainDemo.exe
│ ├── ChartsMainDemo.exe.config
│ └── ChartsMainDemo.pdb
├── frmMain.cs
└── obj_netFW
└── Debug
├── ChartsMainDemo.csproj.AssemblyReference.cache
├── ChartsMainDemo.csproj.CoreCompileInputs.cache
├── ChartsMainDemo.csproj.FileListAbsolute.txt
├── ChartsMainDemo.csproj.GenerateResource.cache
├── ChartsMainDemo.exe
├── ChartsMainDemo.pdb
├── DesignTimeResolveAssemblyReferences.cache
├── DesignTimeResolveAssemblyReferencesInput.cache
├── DevExpress.XtraCharts.Demos.About.resources
├── DevExpress.XtraCharts.Demos.AnimationDemo.resources
├── DevExpress.XtraCharts.Demos.AnnotationsDemo.resources
├── DevExpress.XtraCharts.Demos.Area3DViewsDemo.resources
├── DevExpress.XtraCharts.Demos.AreaViewsDemo.resources
├── DevExpress.XtraCharts.Demos.AxesAndSeriesLabelsDemo.resources
├── DevExpress.XtraCharts.Demos.Bar3DViewsDemo.resources
├── DevExpress.XtraCharts.Demos.BarViewsDemo.resources
├── DevExpress.XtraCharts.Demos.BindingIndividualSeriesDemo.resources
├── DevExpress.XtraCharts.Demos.BoxPlotDemo.resources
├── DevExpress.XtraCharts.Demos.ChartDemoModuleLabelViews.resources
├── DevExpress.XtraCharts.Demos.ChartDemoModuleWithOptions.resources
├── DevExpress.XtraCharts.Demos.ColorizerDemo.resources
├── DevExpress.XtraCharts.Demos.ConstantLinesAndStripsDemo.resources
├── DevExpress.XtraCharts.Demos.CustomDrawDemo.resources
├── DevExpress.XtraCharts.Demos.CustomPaintDemo.resources
├── DevExpress.XtraCharts.Demos.DataFilteringDemo.resources
├── DevExpress.XtraCharts.Demos.DataGridChartingDemo.resources
├── DevExpress.XtraCharts.Demos.DateTimeDataAggregationDemo.resources
├── DevExpress.XtraCharts.Demos.DateTimeScaleDemo.resources
├── DevExpress.XtraCharts.Demos.DrillDownDemo.resources
├── DevExpress.XtraCharts.Demos.EmptyPointsDemo.resources
├── DevExpress.XtraCharts.Demos.ErrorBarsDemo.resources
├── DevExpress.XtraCharts.Demos.FinancialChartingDemo.resources
├── DevExpress.XtraCharts.Demos.FinancialIndicatorsDemo.resources
├── DevExpress.XtraCharts.Demos.FinancialViewsDemo.resources
├── DevExpress.XtraCharts.Demos.GanttViewsDemo.resources
├── DevExpress.XtraCharts.Demos.HistogramDemo.resources
├── DevExpress.XtraCharts.Demos.HitTestingDemo.resources
├── DevExpress.XtraCharts.Demos.LargeDataSourceDemo.resources
├── DevExpress.XtraCharts.Demos.LargeSeriesNumberDemo.resources
├── DevExpress.XtraCharts.Demos.LegendsDemo.resources
├── DevExpress.XtraCharts.Demos.Line3DViewsDemo.resources
├── DevExpress.XtraCharts.Demos.LineViewsDemo.resources
├── DevExpress.XtraCharts.Demos.LogarithmicScaleDemo.resources
├── DevExpress.XtraCharts.Demos.MovingAverageAndRegressionLineDemo.resources
├── DevExpress.XtraCharts.Demos.NumericDataAggregationDemo.resources
├── DevExpress.XtraCharts.Demos.PanesDemo.resources
├── DevExpress.XtraCharts.Demos.Pie3DDoughnut3DFunnel3DViewsDemo.resources
├── DevExpress.XtraCharts.Demos.PieDoughnutFunnelViewsDemo.resources
├── DevExpress.XtraCharts.Demos.PivotGridChartingDemo.resources
├── DevExpress.XtraCharts.Demos.PointViewsDemo.resources
├── DevExpress.XtraCharts.Demos.PolarViewsDemo.resources
├── DevExpress.XtraCharts.Demos.Properties.Resources.resources
├── DevExpress.XtraCharts.Demos.QualitativeDataAggregationDemo.resources
├── DevExpress.XtraCharts.Demos.RadarViewsDemo.resources
├── DevExpress.XtraCharts.Demos.RangeControlIntegrationDemo.resources
├── DevExpress.XtraCharts.Demos.RealTimeChartDemo.resources
├── DevExpress.XtraCharts.Demos.ScaleBreaksDemo.resources
├── DevExpress.XtraCharts.Demos.SecondaryAxesDemo.resources
├── DevExpress.XtraCharts.Demos.SegmentColorizerDemo.resources
├── DevExpress.XtraCharts.Demos.SelectionDemo.resources
├── DevExpress.XtraCharts.Demos.SeriesPointBatchUpdatesDemo.resources
├── DevExpress.XtraCharts.Demos.SeriesPointMovingDemo.resources
├── DevExpress.XtraCharts.Demos.TimeSpanDataAggregationDemo.resources
├── DevExpress.XtraCharts.Demos.TitlesDemo.resources
├── DevExpress.XtraCharts.Demos.TooltipAndCrosshairDemo.resources
├── DevExpress.XtraCharts.Demos.TopNAndOthersDemo.resources
├── DevExpress.XtraCharts.Demos.TornadoDemo.resources
├── DevExpress.XtraCharts.Demos.UsingSeriesTemplatesDemo.resources
├── DevExpress.XtraCharts.Demos.WaterfallDemo.resources
├── TempPE
│ ├── Data.DS2.Designer.cs.dll
│ ├── Data.DS5.Designer.cs.dll
│ └── Properties.Resources.Designer.cs.dll
└── chartsmaindemo.exe.licenses
21 directories, 317 files