Class AreaChart<X,Y>

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

public class AreaChart<X,Y> extends XYChart<X,Y>
AreaChart - Plots the area between the line that connects the data points and the 0 line on the Y axis.
Since:
JavaFX 2.0