删除x轴和BottomText之间的空格

删除x轴和BottomText之间的空格

本文介绍了Infragistics.UltraChart:删除x轴和BottomText之间的空格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! UltraChart1.TitleBottom.Extent = 0 ; UltraChart1.TitleBottom.VerticalAlign = StringAlignment.Near; 但空格 未被删除 解决方案 在Infragistics网站上这是更好的问题。你问一个关于图书馆非常特殊的功能的问题。最好的信息来源是制造商网站的论坛或支持页面。 UltraChart1.TitleBottom.Extent = 0;UltraChart1.TitleBottom.VerticalAlign = StringAlignment.Near;But the space is not removed 解决方案 This is better asked on Infragistics site. You''re asking a question about very speicific functionality about a library. The best source of information is the forums or support pages of the manufacturers site. 这篇关于Infragistics.UltraChart:删除x轴和BottomText之间的空格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
09-06 05:35