Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用 Jfreechart lib 生成这个图表
我想隐藏轴中的标签,但只显示第一个和最后一个值,我该怎么办?
非常感谢!!
我认为您必须覆盖 NumberAxis.refreshTicks 方法(如果您使用的是折线图)。这里有一个类似的例子:
JFreechart:以特定单位后的值显示 X 轴
当您使用此函数仅设置两个刻度值时,其他值将自动变得不可见。