XYChartBean

XYChartBean

The XYChartBean is a visual component, which is a diagram in the form of a two-axis diagram. The data is displayed as a line, area, column or point, depending on the diagram type.

The diagrams is based on the LineChart, AreaChart, BarChart and ScatterChart of the JavaFX charts, which are available from Java 8 onwards.

At runtime, title and legend as well as the data itself can be set, queried, changed and deleted again. In addition, one or more points can be selected simultaneously – the selection is provided by a trigger to react to it.