Top "Jfreechart" questions

JFreeChart is a free Java chart library with many available chart types and support for numerous output types.

Jfreechart: Is it possible to change the bar color?

Is it possible to change the bar color? I have coded a simple program for counting. I want to implement …

jsp jfreechart
How do I change a JFreeChart's size

I've added a JFreeChart to a JPanel (using a BorderLayout), and it's huge. Is there something I can do to …

java swing layout jfreechart sizing
Auto-Scale Y-Axis in JfreeChart

I am using JFreeChart to create candlestick charts in my Java app. However, my charts end up looking like this: …

java scale jfreechart candlestick-chart
how to change pie chart colors of JFreeChart?

how to customize the colors of JFreeChart graphic. lets see my java code : private StreamedContent chartImage ; public void init(){ JFreeChart …

jfreechart
How to draw line over a JFreeChart chart?

I have updatable OHLCChart. I need to draw a line over chart. How to implement it?

java jfreechart
Making dynamic line chart using jfree chart in java

how can i create dynamic line chart using jFree chart in java which is show data of 2 hours before and …

java jfreechart
How to change the axis value font on a JFreeChart

Just as the title says, if I have a JFreeChart (or want to create one) how do I specify the …

java jfreechart font-size
Looking for a javascript chart library that can draw ~200,000 points on a scatter plot

I am building a web application who's interface includes a large scatter plot to give the user an overview of …

javascript charts jfreechart
How do I rotate tick mark labels on the domain of a number axis in JFreeChart?

Just like is being done in the following example, I want the tick mark labels on the domain of chart …

java axis jfreechart
jfreechart customize piechart to show absolute values and percentages

How can this compilable minimal code snippet example, which uses JFreeChart as plotting API, adapted in order to show both …

java jfreechart percentage pie-chart absolute-value