Skip to content
Snippets Groups Projects
Commit cffc96d9 authored by Tim Molter's avatar Tim Molter
Browse files

updates

parent f8508637
No related branches found
No related tags found
No related merge requests found
......@@ -22,11 +22,14 @@ Usage is very simple: Create a Chart instance, add a series of data to it, and e
// Save it
BitmapEncoder.savePNG(chart, "./Sample_Chart.png");
// or save it in high-res
BitmapEncoder.savePNGWithDPI(chart, "./Sample_Chart_300_DPI.png", 300);
Now go ahead and [study some more examples](http://xeiam.com/xchart_examplecode.jsp), [download the thing](http://xeiam.com/xchart_changelog.jsp) and [provide feedback](https://github.com/timmolter/XChart/issues).
## Features
* No additional dependencies
* ~85KB Jar
* ~100KB Jar
* Line charts
* Scatter charts
* Area Charts
......
......@@ -38,6 +38,7 @@ public class Example0 {
// Save it
BitmapEncoder.savePNG(chart, "./Sample_Chart.png");
BitmapEncoder.savePNGWithDPI(chart, "./Sample_Chart_300_DPI.png", 300);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment