Package | Description |
---|---|
javafx.scene.chart |
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<ObservableList<PieChart.Data>> |
PieChart.dataProperty() |
ObservableList<PieChart.Data> |
PieChart.getData() |
Modifier and Type | Method and Description |
---|---|
B |
PieChartBuilder.data(ObservableList<PieChart.Data> x)
Deprecated.
Set the value of the
data property for the instance constructed by this builder. |
void |
PieChart.setData(ObservableList<PieChart.Data> value) |
Constructor and Description |
---|
PieChart(ObservableList<PieChart.Data> data)
Construct a new PieChart with the given data
|
Copyright © 2020. All rights reserved.