css - JavaFX resize text in chart axis -
css - JavaFX resize text in chart axis -
i have bar chart, in not of x-axis info beingness displayed.
here's screenshot:
i have searched net thoroughly can not find solution. don't know css class these text , can not find it. when alter -fx-font-size in class in css, label font sizes changed.
i resize x-axis text of can displayed.
rotating texts work couldn't find solution either.
ps:don't worry half high german country names.
you can alter font size of axis code without css. assume have category axis..
categoryaxis xaxis = new categoryaxis(); xaxis.ticklabelfontproperty().set(font.font(15)); or if want css:
.axis{ -fx-tick-label-font-size: 0.5em; } css fonts charts javafx axis
Comments
Post a Comment