gpt4 book ai didi

css - JavaFX 2.x : Chart set X and Y axis css font color

转载 作者:行者123 更新时间:2023-12-05 08:01:27 25 4
gpt4 key购买 nike

如何设置X轴和Y轴的字体颜色?

css reference对于我只找到的字体

font-size, font-style and font-weight

但与字体颜色无关。我试过了

-fx-font-color

但它不起作用。

感谢您的帮助

编辑:

这是我的情况:

Set<Node> axisNode = lineChart.lookupAll(".axis");
for(final Node axis : axisNode){

axis.setStyle("-fx-minor-tick-visible:false;");
axis.setStyle("-fx-font-size: 8;")
axis.setStyle("-fx-font-color: red;");
}

我不知道怎么用 only

 color:#008800;

最佳答案

我从你的问题中了解到你想要更改图表轴字体颜色,为此你必须在你的 css 文件中添加此代码:

.axis-label { -fx-text-fill: #008800; }

关于css - JavaFX 2.x : Chart set X and Y axis css font color,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14213928/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com