On Thu, 2 Feb 2023 17:26:32 GMT, Alexander Zuev <kiz...@openjdk.org> wrote:

>> Change the underlying class XYChart to take into account labels for axes. 
>> Make label patterns and default axes labels localized.
>
> Alexander Zuev has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Removed debug output.

modules/javafx.controls/src/main/java/javafx/scene/chart/XYChart.java line 1271:

> 1269: 
> 1270:         Series<X, Y> getSeries() {
> 1271:             return seriesProperty.get();

This method is unused, so should probably be removed.

-------------

PR: https://git.openjdk.org/jfx/pull/1016

Reply via email to