在图表控件Vb 2010中更改X轴的方向 [英] Change orientation of X Axis in Chart control Vb 2010

查看:70
本文介绍了在图表控件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

推荐答案

Byt标题你的意思是标签?设置
Axis .LabelStyle.Angle
属性为90或-90。例如:

Byt titles you mean the labels? Set the Axis.LabelStyle.Angle property to 90 or -90. For example:


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


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

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