实例介绍
【实例截图】

【核心代码】
【核心代码】
.
├── 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
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论