symbol « Series « JFreeChart Q&A





1. Control and Customizing of series's symbols    jfree.org

I have 1 new "problem" I need to generate two instances of the same chart. First one to be shown on a JSP web page, with low resolution to improve speed loading the page; and a second one 3 times bigger to get more resolution and quality image when I include the PNG image on an iText PDF report. I'm using ...

2. Setting symbols for series chart    jfree.org

When rendering a timeseries or xychart, one gets a default symbol for each series (like a little x, o, etc) . I see that I can get the renderer and then renderer.setSeriesShape(int, Shape) but I am wondering if there is a Util class or something with a bunch of commonly used symbols (or Shapes) Thanks for any ideas.