Class LineChart<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 LineChart<X,Y> extends XYChart<X,Y>
Line Chart plots a line connecting the data points in a series. The data points themselves can be represented by symbols optionally. Line charts are usually used to view data trends over time or category.
Since:
JavaFX 2.0