The style is applied through the css-file, for example:
.chart-series-line{ -fx-stroke-width: 2; } And how to do the same thing through the setStyle () method in the code itself?
The style is applied through the css-file, for example:
.chart-series-line{ -fx-stroke-width: 2; } And how to do the same thing through the setStyle () method in the code itself?
Source: https://ru.stackoverflow.com/questions/549538/
All Articles