Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Change plot item size in JFreeChart

807599Feb 15 2007 — edited Feb 18 2007
Hey people,

i would like to change the size of a datapoint in my scatter plot created using JFreeChart.for example, i create a scatter plot with:

JFreeChart chart = ChartFactory.createScatterPlot(....);
XYPlot plot = chart.getXYPlot();

and would like then to change the size of the data points of a dataseries in the XYPlot. does anyone can give me a clue?

thanks a lot!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 18 2007
Added on Feb 15 2007
2 comments
2,014 views