Class XYChart.Data<X,Y>

java.lang.Object
javafx.scene.chart.XYChart.Data<X,Y>
Type Parameters:
X - the data X value type
Y - the data Y value type
Enclosing class:
XYChart<X,Y>

public static final class XYChart.Data<X,Y> extends Object
A single data item with data for 2 axis charts
Since:
JavaFX 2.0