gpt4 book ai didi

jfreechart - jfreechart 中的粗体 x 轴值

转载 作者:行者123 更新时间:2023-12-04 17:45:30 26 4
gpt4 key购买 nike

如何在 jfreechart 中加粗 x 和 y 轴值?

最佳答案

你试过其中之一吗:

yourAxis.setTickLabelFont(new Font("Arial", Font.BOLD, 10)); //to define a specific font

Font bold = yourAxis.getTickLabelFont().deriveFont(Font.BOLD);
yourAxis.setTickLabelFont(bold); //to use the existing font, but bold

关于jfreechart - jfreechart 中的粗体 x 轴值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10428703/

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