Uses of Class
javafx.scene.chart.Chart
| Package | Description |
|---|---|
| javafx.scene.chart |
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
|
-
Uses of Chart in javafx.scene.chart
Subclasses of Chart in javafx.scene.chart Modifier and Type Class Description classAreaChart<X,Y>AreaChart - Plots the area between the line that connects the data points and the 0 line on the Y axis.classBarChart<X,Y>A chart that plots bars indicating data values for a category.classBubbleChart<X,Y>Chart type that plots bubbles for the data points in a series.classLineChart<X,Y>Line Chart plots a line connecting the data points in a series.classPieChartDisplays a PieChart.classScatterChart<X,Y>Chart type that plots symbols for the data points in a series.classStackedAreaChart<X,Y>StackedAreaChart is a variation ofAreaChartthat displays trends of the contribution of each value.classStackedBarChart<X,Y>StackedBarChart is a variation ofBarChartthat plots bars indicating data values for a category.classXYChart<X,Y>Chart base class for all 2 axis charts.