Top "Jfreechart" questions

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

How to get started with JFreeChart?

I have downloaded the latest version of JFreeChart (1.0.14) and want to start using it. I only have imported standard Java …

java jfreechart jgrasp
Java JFrame Window not appearing when run from Eclipse

A very simple problem. I try to run a very simple demo to created and display a Window Frame from …

java eclipse macos swing jfreechart
Can JavaFX 2.0 serve as a scientific charting package?

I am writing a scientific experiment control program in java which includes a GUI. I help choosing a charting library …

java charts jfreechart google-visualization javafx
JFreeChart Date axis Formatting issue

I have a time series chart. I have my x-axis as a Date, and the Y-axis are just numbers. I …

java jfreechart graphing
Text labels inside jfree Gantt chart bars

I have a simple Gantt chart here, that consists of a number of Tasks just like that: TaskSeries s1 = new …

jfreechart gantt-chart
JFreeChart get mouse coordinates

Is there a way in JFreeChart to determine from a ChartMouseEvent that x,y coordinates (in plot space) the mouse …

java mouseevent jfreechart
How to get the coordinates of a point on mouse click with JFreeChart?

I am trying to get the coordinates of the point clicked with the mouse on a scatter plot graph. When …

java swing jfreechart
Changing color of labels in JFreeChart

Anybody that has experience using JFreeChart, is there a way to change the color of my labels for my XY …

java jfreechart