CHAPTER 23

image

Understanding Charts

In this chapter, you will learn

  • What a chart is
  • What the Chart API is in JavaFX
  • How to create different types of charts using the Chart API
  • How to style charts with CSS

What Is a Chart?

A chart is a graphical representation of data. Charts provide an easier way to analyze large volume of data visually. Typically, they are used for reporting purposes. Different types of charts exist. They differ in the way they represent the data. Not all types of charts are suitable for analyzing all types of data. For example, a line chart is suitable for understanding the comparative trend in data whereas a bar chart is suitable ...

Get Learn JavaFX 8: Building User Experience and Interfaces with Java 8 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.