Java 简单图表应用 XChart

码农软件 · 软件分类 · 报表/图表制作 · 2019-08-19 20:28:48

软件介绍

XChart 是简单的图表应用。

xchart-1

xchart-2

xchart-3

特性:

  • No additional dependencies

  • ~100KB Jar

  • Line charts

  • Scatter charts

  • Area charts

  • Bar charts

  • Histogram charts

  • Error bars

  • Logarithmic axes

  • Date and category X-Axis

  • Multiple series

  • Extensive customization

  • Themes - XChart, GGPlot2, MATLAB

  • Right-click, Save-As...

  • User-defined axes range

  • Custom legend placement

  • CSV import and export

  • High resolution chart export

  • Real-time charts

示例:

double[] xData = new double[] { 0.0, 1.0, 2.0 };
double[] yData = new double[] { 2.0, 1.0, 0.0 };
// Create Chart
Chart chart = QuickChart.getChart("Sample Chart", "X", "Y", "y(x)", xData, yData);
// Show it
new SwingWrapper(chart).displayChart();
// Save it
BitmapEncoder.saveBitmap(chart, "./Sample_Chart", BitmapFormat.PNG);
// or save it in high-res
BitmapEncoder.saveBitmapWithDPI(chart, "./Sample_Chart_300_DPI", BitmapFormat.PNG, 300);


本文地址:https://codercto.com/soft/d/12734.html

VC++.NET入门

VC++.NET入门

Davis Chapman / 中国电力出版社 / 2003-5 / 55.0

《VC++.NET入门》提供了学习Visual C++工具的循序渐进的指导和创建应用程序的向导。你将学习设计应用程序窗口、使用控件、显示图形、创建SDI和MDI应用程序、操作数据库以及创建多任务程序,也将学习在微软的新.E平台下使用Visual C++的一些基本技巧,以及学习它影响设计和编写应用程序的方式。一起来看看 《VC++.NET入门》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

SHA 加密
SHA 加密

SHA 加密工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具