All Downloads are FREE. Search and download functionalities are using the official Maven repository.

showcase.screenshots.TestDataXY_Simple.html Maven / Gradle / Ivy

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