The LineChart class presents the data as a series of data points connected with straight lines. Each data point is wrapped in XYChart.Data object, and the data points are grouped in XYChart.Series.
Each XYChart.Data object has two fields, which can be accessed using getXValue and getYValue, that co...