ChartDirector C# Demo 饼图,柱状等 有Demo就是好 // The data for the chart double[] data = {5.5, 3.5, -3.7, 1.7, -1.4, 3.3}; string[] labels = {"Jan", "Feb", "Mar", "Apr", "May", "Jun"}; // Create a XYChart object of size 200 x 190 pixels XYChart c = new XYChart(200, 190); // Set the plot area at (30, 20) and of size 140 x 140 pixels c.setPlotArea(30, 20, 140, 140); // Configure the axis as according to the input parameter if (img == "0") { c.addTitle("No Axis Extension", "Arial", 8); } else if (img == "1") { c.addTitle("Top/Bottom Extensions = 0/0", "Arial", 8); // Reserve 20% margin at top of plot area when auto-scaling c.yAxis().setAutoScale(0, 0); } else if (img == "2") { c.addTitle("Top/Bottom Extensions = 0.2/0.2", "Arial", 8); // Reserve 20% margin at top and bottom of plot area when auto-scaling c.yAxis().setAutoScale(0.2, 0.2); } else if (img == "3") { c.addTitle("Axis Top Margin = 15", "Arial", 8); // Reserve 15 pixels at top of plot area c.yAxis().setMargin(15); } else { c.addTitle("Manual Scale -5 to 10", "Arial", 8); // Set the y axis to scale from -5 to 10, with ticks every 5 units c.yAxis().setLinearScale(-5, 10, 5); } // Set the labels on the x axis c.xAxis().setLabels(labels); // Add a color bar layer using the given data. Use a 1 pixel 3D border for the // bars. c.addBarLayer3(data).setBorderColor(-1, 1); // Output the chart viewer.Image = c.makeWebImage(Chart.PNG); // Include tool tip for the chart viewer.ImageMap = c.getHTMLImageMap("", "", "title='ROI for {xLabel}: {value}%'")
2022-05-28 20:22:45 1.38MB Chart Director C# Demo
1
提供的是破解后的jar包,直接放在工程下的WEB-INF/lib下面即可。
2022-03-20 22:04:53 1.78MB ChartDirector 图表
1
很好用的报表绘图软件.方便,功能强大。值得一看
2021-11-23 09:46:24 7.77MB chartDirector 报表
1
可用于Web或绑定在应用程序内部来生成图表,支持CDML,高级颜色系统,自动生成图像Map,兼容浏览器,立即生成和发送图表,简单易用,支持Unicode字符和国际化设置等功能
2021-10-21 09:05:15 6.42MB 报表  图表 cdml 系统 .net
1
ChartDirector是一款实用的商业图表工具,拥有丰富的图表图形组件库。使用方法: 1 cd tomcat/bin/ && sh startup.sh 2 浏览器输入: localhost:8080/demo
2021-07-20 21:03:17 12.78MB chartdirector jsp
1
ChartDirector是一款实用的商业图表工具,拥有丰富的图表图形组件库。
2021-07-17 11:04:07 2.7MB ChartDirector java
1
Python3.x+ChartDirector 6.1实现数据可视化界面(ChartDirector绘图;label控件中显示图片;还保存图片)和业务逻辑分离案例01_自己写的,有UI界面源代码
2021-03-29 14:51:56 13KB Python3.x ChartDirecto
1
ChartDirector 6 C++ 最新完美破解(内含原版) 完美去除黄条 覆盖DLL完成PJ
2019-12-21 19:37:49 15.96MB ChartDirecto 破解
1
ChartDirector 是一款商业的图表库,有多种语言的版本,使用它做的图表非常的精细漂亮,提供免费版本,但会出现logo信息。内包含破解文件和破解说明,并包含一份ChartDirector示例手册。
1