Class Chart

java.lang.Object
All Implemented Interfaces:
Styleable, EventTarget
Direct Known Subclasses:
PieChart, XYChart

public abstract class Chart extends Region
Base class for all charts. It has 3 parts the title, legend and chartContent. The chart content is populated by the specific subclass of Chart.
Since:
JavaFX 2.0