如何防止 ZedGraph 中的标签相互重叠?
我有一个 ZedGraph 堆叠条形图,我希望每个条形图在标签上显示其值。 到目前为止没有问题。
但是有没有内置的功能可以防止标签重叠呢?
这是显示问题的屏幕截图:
I have a ZedGraph stacked bar graph, and I want each bar to show its value on a label.
So far no problem.
But is there any built-in function to prevent labels from overlapping?
Here is a screenshot showing the problem:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议只更改标签的
FontSpec
的角度属性。使用大约 30-45 度即可解决问题。
请参阅:
http://zedgraph.sourceforge.net/documentation/html/T_ZedGraph_TextObj.htm
I would suggest just changing the angle property for your labels'
FontSpec
.Use i.e. about 30-45 degrees and you have your problem solved.
See:
http://zedgraph.sourceforge.net/documentation/html/T_ZedGraph_TextObj.htm