Search found 3 matches

by radan
Thu May 15, 2008 4:52 pm
Forum: JFreeChart
Topic: Change Scatter Chart Item Size
Replies: 2
Views: 2430

Thank you a lot. It works!!!

Radan
by radan
Thu May 15, 2008 10:17 am
Forum: JFreeChart
Topic: Change Scatter Chart Item Size
Replies: 2
Views: 2430

Change Scatter Chart Item Size

Hi

Can anyone help me how to change the size of the points in a scatter chart?

final JFreeChart chart = ChartFactory.createScatterPlot("", "", "", dataset, PlotOrientation.VERTICAL, true, false, false);
XYPlot p = (XYPlot) chart.getPlot();
...

Some code snippet would be appreciated.

Radan
by radan
Thu May 08, 2008 2:29 pm
Forum: JFreeChart
Topic: ScatterPlotDemo1.java
Replies: 3
Views: 3634

Change Point Size in ScatterPlot

Do Anybody now how cann a Change the size if the ScatterPlot Points? Any code snippet?

Thanks a lot?