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.
我用 Steema TeeChart 制作了一个图表,图表完成了,但是当它在布局中绘制时,它由图表制作的布局周围有一个边框,不在图表内,我使用了 getwalls.setVisible(false ) 但这仅在轴上有用,如何删除此边框?
这可能是 BevelOuter。您可以使用以下方法停用它:
tChart1.getPanel().setBevelOuter(BevelStyle.NONE);