在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → DEVexpress chartControl 柱形图、饼形图、曲线图简单例子

DEVexpress chartControl 柱形图、饼形图、曲线图简单例子

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:1.10M
  • 下载次数:24
  • 浏览次数:119
  • 发布时间:2021-11-14
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
DEVexpress chartControl 柱形图、饼形图、曲线图简单例子
【实例截图】
【核心代码】
16359647316930643739.rar
├── DXperience
│   ├── App_Code
│   │   ├── DataResource.cs
│   │   ├── DBHelper
│   │   │   ├── Config.cs
│   │   │   ├── ConfigSettings.cs
│   │   │   ├── IDBUtility.cs
│   │   │   ├── SqlDBUtility.cs
│   │   │   └── SysSqlRunner.cs
│   │   └── UserModel.cs
│   ├── app.config
│   ├── bin
│   │   ├── Debug
│   │   │   ├── DXperience.exe
│   │   │   ├── DXperience.exe.config
│   │   │   ├── DXperience.pdb
│   │   │   ├── DXperience.vshost.exe
│   │   │   ├── DXperience.vshost.exe.config
│   │   │   ├── DXperience.vshost.exe.manifest
│   │   │   └── zh-CN
│   │   │   ├── DevExpress.Data.v12.1.resources.dll
│   │   │   ├── DevExpress.Office.v12.1.Core.resources.dll
│   │   │   ├── DevExpress.PivotGrid.v12.1.Core.resources.dll
│   │   │   ├── DevExpress.Printing.v12.1.Core.resources.dll
│   │   │   ├── DevExpress.RichEdit.v12.1.Core.resources.dll
│   │   │   ├── DevExpress.Utils.v12.1.resources.dll
│   │   │   ├── DevExpress.Utils.v12.1.UI.resources.dll
│   │   │   ├── DevExpress.Xpf.Core.v12.1.resources.dll
│   │   │   ├── DevExpress.Xpf.Grid.v12.1.Core.resources.dll
│   │   │   ├── DevExpress.Xpf.LayoutControl.v12.1.resources.dll
│   │   │   ├── DevExpress.Xpf.NavBar.v12.1.resources.dll
│   │   │   ├── DevExpress.Xpf.Printing.v12.1.resources.dll
│   │   │   ├── DevExpress.Xpo.v12.1.resources.dll
│   │   │   ├── DevExpress.XtraBars.v12.1.resources.dll
│   │   │   ├── DevExpress.XtraCharts.v12.1.resources.dll
│   │   │   ├── DevExpress.XtraEditors.v12.1.resources.dll
│   │   │   ├── DevExpress.XtraGrid.v12.1.resources.dll
│   │   │   ├── DevExpress.XtraLayout.v12.1.resources.dll
│   │   │   ├── DevExpress.XtraNavBar.v12.1.resources.dll
│   │   │   ├── DevExpress.XtraPrinting.v12.1.resources.dll
│   │   │   ├── DevExpress.XtraReports.v12.1.Extensions.resources.dll
│   │   │   ├── DevExpress.XtraReports.v12.1.resources.dll
│   │   │   ├── DevExpress.XtraRichEdit.v12.1.resources.dll
│   │   │   ├── DevExpress.XtraScheduler.v12.1.Core.resources.dll
│   │   │   ├── DevExpress.XtraScheduler.v12.1.Extensions.resources.dll
│   │   │   ├── DevExpress.XtraScheduler.v12.1.resources.dll
│   │   │   ├── DevExpress.XtraSpellChecker.v12.1.resources.dll
│   │   │   ├── DevExpress.XtraTreeList.v12.1.resources.dll
│   │   │   ├── DevExpress.XtraVerticalGrid.v12.1.resources.dll
│   │   │   └── DevExpress.XtraWizard.v12.1.resources.dll
│   │   └── Release
│   ├── ControlsDemo
│   │   ├── Diagram.cs
│   │   ├── Diagram.Designer.cs
│   │   ├── Diagram.resx
│   │   ├── Histogram.cs
│   │   ├── Histogram.Designer.cs
│   │   ├── Histogram.resx
│   │   ├── Piegraph.cs
│   │   ├── Piegraph.Designer.cs
│   │   └── Piegraph.resx
│   ├── DemoMain.cs
│   ├── DemoMain.Designer.cs
│   ├── DemoMain.resx
│   ├── DXperience.csproj
│   ├── obj
│   │   └── x86
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── DXperience.ComboBoxControl.resources
│   │   ├── DXperience.ControlsDemo.Diagram.resources
│   │   ├── DXperience.ControlsDemo.Histogram.resources
│   │   ├── DXperience.ControlsDemo.Piegraph.resources
│   │   ├── DXperience.csproj.FileListAbsolute.txt
│   │   ├── DXperience.DemoMain.resources
│   │   ├── DXperience.exe
│   │   ├── dxperience.exe.licenses
│   │   ├── DXperience.GridEdit.resources
│   │   ├── DXperience.Grid.resources
│   │   ├── DXperience.LayoutDemo1.resources
│   │   ├── DXperience.LayoutDemo.resources
│   │   ├── DXperience.Menu.resources
│   │   ├── DXperience.pdb
│   │   ├── DXperience.Properties.Resources.resources
│   │   ├── DXperience.TreeList.resources
│   │   ├── GenerateResource-ResGen.read.1.tlog
│   │   ├── GenerateResource-ResGen.read.7.tlog
│   │   ├── GenerateResource-ResGen.write.1.tlog
│   │   ├── GenerateResource-ResGen.write.7.tlog
│   │   ├── ResolveAssemblyReference.cache
│   │   └── TempPE
│   │   └── Properties.Resources.Designer.cs.dll
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── licenses.licx
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Resources
│   │   ├── accept.png
│   │   ├── add.png
│   │   ├── address_books.png
│   │   ├── adress-book-32.png
│   │   ├── advanced.png
│   │   ├── application_side_contract.png
│   │   ├── application_side_expand.png
│   │   ├── asterisk_orange.png
│   │   ├── asterisk_red.png
│   │   ├── asterisk_yellow.png
│   │   ├── attach.png
│   │   ├── attention.png
│   │   ├── award_star_bronze_1.png
│   │   ├── award_star_bronze_2.png
│   │   ├── award_star_bronze_3.png
│   │   ├── bag.png
│   │   ├── bell.png
│   │   ├── bin_closed.png
│   │   ├── bin_empty.png
│   │   ├── bin.png
│   │   ├── bomb.png
│   │   ├── book-blue-32.png
│   │   ├── book_open.png
│   │   ├── book-red-32.png
│   │   ├── book_red.png
│   │   ├── book_tabs.png
│   │   ├── box_picture.png
│   │   ├── bricks.png
│   │   ├── building_add.png
│   │   ├── building_delete.png
│   │   ├── building_edit.png
│   │   ├── building_error.png
│   │   ├── building_key.png
│   │   ├── building.png
│   │   ├── bullet_cross.png
│   │   ├── bullet_tick.png
│   │   ├── cake.png
│   │   ├── calculator.png
│   │   ├── calendar-blue-32.png
│   │   ├── calendar-red-32.png
│   │   ├── calendar_view_month.png
│   │   ├── calendar_view_week.png
│   │   ├── camera.png
│   │   ├── cancel.png
│   │   ├── car.png
│   │   ├── cart_full.png
│   │   ├── cart.png
│   │   ├── cd.png
│   │   ├── chart_bar.png
│   │   ├── chart_curve.png
│   │   ├── chart_organisation.png
│   │   ├── chart_org_inverted.png
│   │   ├── chart_pie.png
│   │   ├── check_error.png
│   │   ├── clipboard.png
│   │   ├── clock.png
│   │   ├── close_delete_2.png
│   │   ├── cog.png
│   │   ├── coins.png
│   │   ├── color.png
│   │   ├── color_swatch.png
│   │   ├── color_wheel.png
│   │   ├── comment.png
│   │   ├── comments.png
│   │   ├── compress.png
│   │   ├── computer.png
│   │   ├── controller.png
│   │   ├── coolite.png
│   │   ├── credit_card_back.png
│   │   ├── credit_card.png
│   │   ├── creditcards.png
│   │   ├── cross.png
│   │   ├── css.png
│   │   ├── cup.png
│   │   ├── cut.png
│   │   ├── cut_red.png
│   │   ├── database_gear.png
│   │   ├── date.png
│   │   ├── decline.png
│   │   ├── delete.png
│   │   ├── disk.png
│   │   ├── door_in.png
│   │   ├── door_open.png
│   │   ├── door_out.png
│   │   ├── door.png
│   │   ├── email.png
│   │   ├── emoticon_evilgrin.png
│   │   ├── emoticon_grin.png
│   │   ├── emoticon_happy.png
│   │   ├── emoticon_smile.png
│   │   ├── emoticon_surprised.png
│   │   ├── emoticon_tongue.png
│   │   ├── emoticon_unhappy.png
│   │   ├── emoticon_waii.png
│   │   ├── emoticon_wink.png
│   │   ├── error.png
│   │   ├── exclamation.png
│   │   ├── feed.png
│   │   ├── film.png
│   │   ├── flag_black.png
│   │   ├── flag_blue.png
│   │   ├── flag_mark_blue.png
│   │   ├── flag_mark_gray.png
│   │   ├── flag_mark_green.png
│   │   ├── flag_mark_red.png
│   │   ├── flag_mark_violet.png
│   │   ├── flag_mark_yellow.png
│   │   ├── flag_pink.png
│   │   ├── flag_purple.png
│   │   ├── flag_yellow.png
│   │   ├── flower_daisy.png
│   │   ├── folder_add.png
│   │   ├── folder-blue-32.png
│   │   ├── folder_delete.png
│   │   ├── folder_edit.png
│   │   ├── folder_error.png
│   │   ├── folder_magnify.png
│   │   ├── folder.png
│   │   ├── folder-yellow-32.png
│   │   ├── friends_group.png
│   │   ├── keyboard.png
│   │   ├── laptop.png
│   │   ├── lightbulb.png
│   │   ├── lightning.png
│   │   ├── logo-32-32.png
│   │   ├── lorry.png
│   │   ├── minus_white.png
│   │   ├── page_excel.png
│   │   ├── page_find.png
│   │   ├── page_white_acrobat.png
│   │   ├── page_white_actionscript.png
│   │   ├── page_white_compressed.png
│   │   ├── page_white_font.png
│   │   ├── page_white_office.png
│   │   ├── page_white_picture.png
│   │   ├── page_white_powerpoint.png
│   │   ├── page_word.png
│   │   ├── page_world.png
│   │   ├── phone.png
│   │   ├── photo.png
│   │   ├── plus.png
│   │   ├── printer.png
│   │   ├── rainbow.png
│   │   ├── record_blue.png
│   │   ├── record_green.png
│   │   ├── record_red.png
│   │   ├── report_user.png
│   │   ├── save_as.png
│   │   ├── save_diskette_floppy_disk.png
│   │   ├── search.png
│   │   ├── server_chart.png
│   │   ├── server_database.png
│   │   ├── server.png
│   │   ├── shield_rainbow.png
│   │   ├── table_add.png
│   │   ├── table_delete.png
│   │   ├── table_edit.png
│   │   ├── telephone.png
│   │   ├── Thumbs.db
│   │   ├── tick.png
│   │   ├── trash-alt-empty-32.png
│   │   ├── trash-alt-full-32.png
│   │   ├── user_female.png
│   │   ├── user_magnify.png
│   │   ├── user.png
│   │   ├── vcard.png
│   │   ├── warning-32.png
│   │   ├── world.png
│   │   ├── wrench_orange.png
│   │   ├── wrench.png
│   │   └── zoom.png
│   └── Service References
├── DXperience.sln
└── DXperience.suo

15 directories, 261 files

标签:

实例下载地址

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警