spookymodem
spookymodem

Reputation: 531

JFreeChart: Increase Size of Data Point

This question was already asked here, but unfortunately the pointers provided in the answers are not working (the JFreeChart Forum is down).

My question is: Using the JFreeChart library, how can I increase the size of a data point in a time series scatter plot?

Thank you!

Upvotes: 4

Views: 4365

Answers (1)

trashgod
trashgod

Reputation: 205785

You can use the methods of ShapeUtilities, some of which have a parameter that affect size. There's an example here. See also DefaultDrawingSupplier for details of how createStandardSeriesShapes() works.

Upvotes: 4

Related Questions