Top "Jfreechart" questions

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

How to create an SVG with JFreeChart?

On the JFreeChart web site it says that the library can output the chart in vector format. From the JFreeChart …

java svg jfreechart
JFreeChart line chart with text at each point

I would like put text over each point I plotted in a line chart. This is what I can do: …

java jfreechart linechart
Changing background colour of jFreeChart

I am trying to change the background color of jfreechart. It is displaying in grey color and I want a …

java swing jfreechart
JFreeChart - How to show real-time on the X-Axis of a TimeSeries chart

I want to show live data on a TimeSeries chart with real time shown on the x-axis (or at least …

java real-time jfreechart timeserieschart
Logarithmic Axis Labels/Ticks Customization

I am using the JFreeChart API to generate some chart in my Java application. In one of my charts, I …

java jfreechart
JFreeChart - Timeseries and CandleStick on the same chart

I'm trying to produce a single chart in JFreeChart that consists of an overlaid candlestick chart and Timeseries plot. (a …

java overlay jfreechart candlestick-chart timeserieschart
How to update/refresh JPanel on JButton click?

I am trying to plot a graph and graph should display when JButton is clicked. To create data set, I …

java swing jfreechart layout-manager miglayout
How to display values within pie chart sector

I am using JFreeChart to create pie charts. Values are displayed outside pie chart sectors as labels. I want to …

java jfreechart
Does jFreeChart work/comple in Android 2.x

Does jFreeChart compile and run in Android 2.2 or above? I tried to run it and received missing swing class errors. …

java android jfreechart
How to hide JFreeChart XYSeries yaxis?

Is there a way to hide a JFreeChart XYSeries yaxis? The yaxis is meaningless on logic analyzer display.

java jfreechart