Class BarChart<X,Y>

java.lang.Object
Type Parameters:
X - the category axis value type
Y - the data value type
All Implemented Interfaces:
Styleable, EventTarget

public class BarChart<X,Y> extends XYChart<X,Y>
A chart that plots bars indicating data values for a category. The bars can be vertical or horizontal depending on which axis is a category axis.

Adding data with multiple occurences of a category to a series shows the last occurence.

Since:
JavaFX 2.0