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 | Field and Description |
---|---|
private CategoryAxis |
BarChart.categoryAxis |
private CategoryAxis |
StackedBarChart.categoryAxis |
Modifier and Type | Field and Description |
---|---|
private static CssMetaData<CategoryAxis,java.lang.Number> |
CategoryAxis.StyleableProperties.END_MARGIN |
private static CssMetaData<CategoryAxis,java.lang.Boolean> |
CategoryAxis.StyleableProperties.GAP_START_AND_END |
private static CssMetaData<CategoryAxis,java.lang.Number> |
CategoryAxis.StyleableProperties.START_MARGIN |
Modifier and Type | Method and Description |
---|---|
CategoryAxis |
CategoryAxisBuilder.build()
Deprecated.
Make an instance of
CategoryAxis based on the properties set on this builder. |
Modifier and Type | Method and Description |
---|---|
void |
CategoryAxisBuilder.applyTo(CategoryAxis x)
Deprecated.
|