Uses of Class
javafx.scene.chart.PieChart.Data
Package
Description
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
-
Uses of PieChart.Data in javafx.scene.chart
Modifier and TypeMethodDescriptionPieChart.dataProperty()
PieCharts datafinal ObservableList
<PieChart.Data> PieChart.getData()
Gets the value of thedata
property.Modifier and TypeMethodDescriptionfinal void
PieChart.setData
(ObservableList<PieChart.Data> value) Sets the value of thedata
property.ModifierConstructorDescriptionPieChart
(ObservableList<PieChart.Data> data) Construct a new PieChart with the given data