Create Gantt Chart Using JFreeChart

Create Gantt Chart Using JFreeChart explains about creating a simple gantt chart using JFreechart API

A Gantt chart is a type of bar chart that illustrates a project schedule, named after their inventor, Henry Gantt (1861–1919), who designed such a chart around the years 1910–1915. Modern Gantt charts also show the dependency relationships between activities and current schedule status.

Reference -> https://en.wikipedia.org/wiki/Gantt_chart

How To Create Gantt Chart Using JFreeChart library?

Create Scatter Chart Using JFreeChart

Create Scatter Chart Using JFreeChart explains about creating a simple scatter chart using JFreechart API

A scatter plot (also called a scatterplot, scatter graph, scatter chart, scattergram, or scatter diagram) is a type of plot or mathematical diagram using Cartesian coordinates to display values for typically two variables for a set of data. If the points are color-coded, one additional variable can be displayed. The data are displayed as a collection of points, each having the value of one variable determining the position on the horizontal axis and the value of the other variable determining the position on the vertical axis.

Reference -> https://en.wikipedia.org/wiki/Scatter_plot

How To Create Scatter Chart Using JFreeChart library?

Create Area Chart Using JFreeChart

Create Area Chart Using JFreeChart explains about creating a simple area chart using JFreechart API

A area chart or area graph displays graphically quantitative data. It is based on the line chart. The area between axis and line are commonly emphasized with colors, textures and hatchings. Commonly one compares with an area chart two or more quantities.

Reference -> https://en.wikipedia.org/wiki/Area_chart

How To Create Area Chart Using JFreeChart library?

Create Wind Chart Using JFreeChart

Create Wind Chart Using JFreeChart explains about creating a simple wind chart using JFreechart API

How To Create Wind Chart Using JFreeChart library?

JFreeChart is a free and open source java chart library used for creating professional quality charts. JFreeChart is purely written in java language, we can very easily incorporate JFreeChart in our java standalone and web applications.

Create Bubble Chart Using JFreeChart

Create Bubble Chart Using JFreeChart explains about creating a simple bubble chart using JFreechart API

A bubble chart or bubble graph is a type of chart that displays three dimensions of data. Each entity with its triplet (v1, v2, v3) of associated data is plotted as a disk that expresses two of the vi values through the disk's xy location and the third through its size. Bubble charts can facilitate the understanding of social, economical, medical, and other scientific relationships.

Reference -> http://en.wikipedia.org/wiki/Bubble_chart

How To Create Bubble Chart Using JFreeChart library?

Create Polar Chart Using JFreeChart

Create Polar Chart Using JFreeChart explains about creating a simple polar chart using JFreechart API

A polar chart or polar graph is a circular graph on which data points are displayed using the angle, and the distance from the center point. The X axis is located on the boundaries of the circle and the Y axis connects the center of the circle with the X axis.

Reference -> https://msdn.microsoft.com/en-us/library/dd456623%28v=vs.140%29.aspx

How To Create Polar Chart Using JFreeChart library?

Create Bar Chart Using JFreeChart

Create Bar Chart Using JFreeChart explains about creating a simple bar chart using JFreechart API

A bar chart or bar graph is a chart with rectangular bars with lengths proportional to the values that they represent. The bars can be plotted vertically or horizontally. A vertical bar chart is sometimes called a column bar chart

Reference -> http://en.wikipedia.org/wiki/Bar_chart

How To Create Bart Chart Using JFreeChart library?

Create Line Chart Using JFreeChart

Create Line Chart Using JFreeChart explains about creating a simple line chart using JFreeChart API

A line chart or line graph is a type of chart which displays information as a series of data points connected by straight line segments.[1] It is a basic type of chart common in many fields. It is similar to a scatter plot except that the measurement points are ordered (typically by their x-axis value) and joined with straight line segments

Reference -> http://en.wikipedia.org/wiki/Line_chart

How To Create Line Chart Using JFreeChart library?