Example usage for Java javafx.scene.chart PieChart.Data fields, constructors, methods, implement or subclass
The text is from its open source code.
Data(java.lang.String name, double value) Constructs a PieChart.Data object with the given name and value. |