Java javafx.scene.chart XYChart.Data fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.chart XYChart.Data fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.chart XYChart.Data.

The text is from its open source code.

Constructor

Data(X xValue, Y yValue)
Creates an instance of XYChart.Data object and initializes the X,Y data values.