
showcase.screenshots.TestDataXY_Simple.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of iceberg-charts Show documentation
Show all versions of iceberg-charts Show documentation
A Java charting library using Java2D
The newest version!
ArrayList<DataPoint> values = new ArrayList<DataPoint>();
values.add(new DataPoint(5, 96));
values.add(new DataPoint(58, 43));
values.add(new DataPoint(101, 90));
values.add(new DataPoint(135, 67));
values.add(new DataPoint(150, 70));
XYChart chart = new XYChart("My Easy Example", "X Axis",
"Y Axis", values, false);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy