本文介绍了在图表控件Vb 2010中更改X轴的方向的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好

如何更改X轴标题的方向。我的标题是员工姓名,然后需要显示垂直。但是,我没有看到设置?

How do you change the orientation of the X-Axis titles. My titles are Employee names and need then to display vertical. I don't however see a setting?

 

我该怎么做?

 

问候

Wilhelm

推荐答案


	Chart1.ChartAreas(0).AxisX.LabelStyle.Angle = -90


这篇关于在图表控件Vb 2010中更改X轴的方向的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-10 11:47