Top "Jfreechart" questions

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

Different color for different series in XYline chart JFreeChart

I have created XY line chart using JFreeChart, having two datasets, I want both the lines to be in different …

java jfreechart
JavaFX real-time LineChart with time axis

I'm trying to plot real-time graph, with time axis, but I have found the LineChart constructor only has the signature. …

java charts jfreechart javafx-2
JFreeChart & Image

Is it possible to cast an image/BufferedImage to JFreeChart?

jfreechart
How to display line graph using JFreeChart in jsp?

HI All: I am using the below to diplay the line graph. when i run the below code, i am …

java jfreechart linegraph
JFreeChart x axis scale

I have a JFree XY Line chart which always starts at x = 0. Then based on user defined settings from a …

java graph jfreechart
JFreeChart - change SeriesStroke of chart lines from solid to dashed in one line

The answer accepted here (JFreechart(Java) - How to draw lines that is partially dashed lines and partially solid lines?) …

java charts jfreechart time-series timeserieschart
Add BufferedImage to PDFBox document

In my current project, I try to add a BufferedImage to a PDFBox document. More specificly, I use an image …

java jfreechart bufferedimage pdfbox
Change font-size of domain axis label and range axis label for jfreechart

My goal is to increase the size of "Revenue ($) " and "Years". But I do not know how. I am able …

java jfreechart font-size axis-labels
JFreeChart Bar chart custom color?

I am using JFreeCharts in java to create a bar chart. My question is fairly simple... how can I choose …

java swing charts jfreechart bar-chart
How to specify the position and layout of a JFreeChart chart legend

I am using JFreeChart to render a stacked area chart. By default, the chart legend is rendered below the plot …

java jfreechart