Class ScatterChart<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 ScatterChart<X,Y> extends XYChart<X,Y>
Chart type that plots symbols for the data points in a series.
Since:
JavaFX 2.0