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 | Class and Description |
---|---|
class |
AreaChart<X,Y>
AreaChart - Plots the area between the line that connects the data points and
the 0 line on the Y axis.
|
class |
BarChart<X,Y>
A chart that plots bars indicating data values for a category.
|
class |
BubbleChart<X,Y>
Chart type that plots bubbles for the data points in a series.
|
class |
LineChart<X,Y>
Line Chart plots a line connecting the data points in a series.
|
class |
ScatterChart<X,Y>
Chart type that plots symbols for the data points in a series.
|
class |
StackedAreaChart<X,Y>
StackedAreaChart is a variation of
AreaChart that displays trends of the
contribution of each value. |
class |
StackedBarChart<X,Y>
StackedBarChart is a variation of
BarChart that plots bars indicating
data values for a category. |
Modifier and Type | Field and Description |
---|---|
private static CssMetaData<XYChart<?,?>,java.lang.Boolean> |
XYChart.StyleableProperties.ALTERNATIVE_COLUMN_FILL_VISIBLE |
private static CssMetaData<XYChart<?,?>,java.lang.Boolean> |
XYChart.StyleableProperties.ALTERNATIVE_ROW_FILL_VISIBLE |
private ReadOnlyObjectWrapper<XYChart<X,Y>> |
XYChart.Series.chart
Reference to the chart this series belongs to
|
private static CssMetaData<XYChart<?,?>,java.lang.Boolean> |
XYChart.StyleableProperties.HORIZONTAL_GRID_LINE_VISIBLE |
private static CssMetaData<XYChart<?,?>,java.lang.Boolean> |
XYChart.StyleableProperties.HORIZONTAL_ZERO_LINE_VISIBLE |
private static CssMetaData<XYChart<?,?>,java.lang.Boolean> |
XYChart.StyleableProperties.VERTICAL_GRID_LINE_VISIBLE |
private static CssMetaData<XYChart<?,?>,java.lang.Boolean> |
XYChart.StyleableProperties.VERTICAL_ZERO_LINE_VISIBLE |
Modifier and Type | Method and Description |
---|---|
XYChart<X,Y> |
XYChart.Series.getChart() |
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<XYChart<X,Y>> |
XYChart.Series.chartProperty() |
Modifier and Type | Method and Description |
---|---|
void |
XYChartBuilder.applyTo(XYChart<X,Y> x)
Deprecated.
|
private void |
XYChart.Series.setChart(XYChart<X,Y> value) |