Uses of Class
javafx.scene.chart.PieChart.Data
Packages that use 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
Methods in javafx.scene.chart that return types with arguments of type PieChart.DataModifier and TypeMethodDescriptionPieChart.dataProperty()
PieCharts datafinal ObservableList<PieChart.Data>
PieChart.getData()
Gets the value of thedata
property.Method parameters in javafx.scene.chart with type arguments of type PieChart.DataModifier and TypeMethodDescriptionfinal void
PieChart.setData
(ObservableList<PieChart.Data> value) Sets the value of thedata
property.Constructor parameters in javafx.scene.chart with type arguments of type PieChart.DataModifierConstructorDescriptionPieChart
(ObservableList<PieChart.Data> data) Construct a new PieChart with the given data