各地图的TeeChart边境 [英] Border around chart teechart

查看:250
本文介绍了各地图的TeeChart边境的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我做了一个图表与Steema的TeeChart,图表做,但是当它在布局中绘制有围绕它是由图表所做的布局的边界,是不是在图表内,我用getwalls。调用setVisible(假),但只有在轴上是有用的,我怎么能删除这条边界?

I made a chart with Steema TeeChart, the chart is done, but when it is drawn in the layout there is a border around the layout that it's made by the chart, is not inside the chart, i've used getwalls.setVisible(false) but that is useful only on the axes, how can I remove this border?

推荐答案

这可能是BevelOuter。您可以使用此禁用它:

This is probably the BevelOuter. You can deactivate it with this:

tChart1.getPanel().setBevelOuter(BevelStyle.NONE);

这篇关于各地图的TeeChart边境的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆