
JFreeChart
The JFreeChart project was started over twenty five years ago, in February 2000, by David Gilbert. Today, JFreeChart is the most widely used chart library for Java (see a list of some of …
JFreeChart: Download
Current and previous versions of JFreeChart can be obtained from the SourceForge download page.
www.jfree.org
JFreeChart A free Java chart library. JFreeChart supports pie charts (2D and 3D), bar charts (horizontal and vertical, regular and stacked), line charts, scatter plots, time series charts, high …
Overview (JFreeChart 1.5.3 API)
JFreeChart is a chart library for the Java platform that can generate a wide variety of charts for use in both client and server-side applications. It has built-in support for Swing, plus JavaFX …
JFreeChart Samples
This page contains examples of the charts that can be produced using JFreeChart. If you'd prefer to see a live demo, please refer to the instructions at the bottom of this page for downloading …
JFreeChart: Developer Guide
The JFreeChart Developer Guide is a 750+ page document that will help you to get the most from JFreeChart. The guide is written by David Gilbert (the creator of JFreeChart) and provided as …
JFreeChart: API Docs
JFreeChart API documentationThe official API documentation for JFreeChart:JFreeChart 1.5.0 API Documentation javadoc
Overview (JFreeChart 1.5.0 API)
JFreeChart is a free chart library for Java that can generate a wide variety of charts for use in both client (Swing and JavaFX) and server (web) applications. Please visit …
JFreeChart: FAQ
JFreeChart includes an event-notification mechanism that ensures that charts are updated whenever the data for the chart is changed. However, the chart is completely repainted for …
JFreeChart (JFreeChart 1.5.0 API)
JFreeChart coordinates several objects to achieve its aim of being able to draw a chart on a Java 2D graphics device: a list of Title objects (which often includes the chart's legend), a Plot and a …