Example usage for Java javafx.scene.chart XYChart.Data fields, constructors, methods, implement or subclass
The text is from its open source code.
Data(X xValue, Y yValue) Creates an instance of XYChart.Data object and initializes the X,Y data values. |