码迷,mamicode.com
首页 >  
搜索关键字:chart    ( 1187个结果
Winform的Chart控件使用笔记
这里记录在使用Winform的Chart控件过程中发现的一些技巧点。1. 撤销所有放大动作 chart1.ChartAreas[0].AxisX.ScaleView.ZoomReset(1); —— 撤销一次放大动作 chart1.ChartAreas[0].AxisX.ScaleView.Zo.....
分类:Windows程序   时间:2014-08-12 10:08:33    阅读次数:365
XCL-Charts强大的仪表盘
XCL-Charts中的仪表盘是我封装的最麻烦的图之一。原因嘛,用过的人都知道,这类图太有特色了,要弄出一个适用于大部份情况的封装出来实在不容易。 还好,经过一翻折腾,总算搞出来一套自已感觉还行的方法。    先展示下效果:    还可以吧。      这类图封装分开看,从总布局角度看分为180,270,90,360等不同角度的仪表盘。从内容看则主要有两个部份的难点,丰富多彩的...
分类:其他好文   时间:2014-08-10 13:00:00    阅读次数:341
IBM Cognos BI Charts basic
IBM Cognos BI包含以下类型的图:Column charts:柱形图表(柱状图),柱形图一般表示量的多少Line charts:线形图表(折线图)Pie charts:饼图Bar charts:直方图,直方图是用矩形的宽度和高度来表示频数分布的图形Area chart:面积图Point c...
分类:其他好文   时间:2014-08-07 15:37:20    阅读次数:303
highcharts 多数据+切换
var highchartsOptions = { chart:{ renderTo:'container' }, title:{ text:'指标数据' }, tooltip:{ ...
分类:其他好文   时间:2014-08-05 19:10:59    阅读次数:270
Chart.js报表制作
需要引入Chart.js 报表 发货趋势 var barChartData = { labels : [ "7月20日", "7月21日", "7月22日", "7月23日", "7月24日", "7月25日", "7月26日" ], datasets : [ { fillColor : "rgba(220,220,220,0.5)", ...
分类:Web程序   时间:2014-08-04 14:18:07    阅读次数:360
Silverlight 图表控件 Visifire 常用属性
首要介绍 Visifire 常用属性的设置,用来生成不合样式的图例设置Chart的属 //设置title的值 // 创建一个题目标对象 Title title = new Title(); // 设置题目标名称 title.Text = titleText; title.Padding ...
分类:Web程序   时间:2014-08-02 20:41:03    阅读次数:253
service structure flowchart with full stack functionality in a brife map
More functionality will be added and runningThis diagram is just an easy chart for people to digest
分类:其他好文   时间:2014-07-30 23:34:35    阅读次数:227
MVC3_Chart_WebGrid
Demo_Chart_WebGridTwoPart:(1)designatablefortest,createavieworprocedureandinputsomerecordsfortest.(2)usethevieworprocedureofthedatabase,designaimageby...
分类:Web程序   时间:2014-07-29 17:25:32    阅读次数:363
基于Canvas的Char.js库使用
Chart.js是基于Html5 Canvas的图表库。 官网:http://www.chartjs.org/ 参考文档:http://www.chartjs.org/docs/ 支持六种图表,对应源码相对目录如下。 bar doughnut line pie polar-area radar...
分类:Web程序   时间:2014-07-29 14:34:28    阅读次数:433
【done】book
MV*《Backbone.js入门教程第二版》《Backbone.js 实战》Mobile《跨终端Web》Chart《数据可视化实战:使用D3设计交互式图表》
分类:其他好文   时间:2014-07-28 13:51:30    阅读次数:214
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!