VS2010图表控件:减少Y轴保证金 [英] VS2010 Chart Control: Reduce Y-Axis Margin

查看:144
本文介绍了VS2010图表控件:减少Y轴保证金的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何降低如下所示的左边缘区域的宽度,以红色标记?

How do I reduce the width of the left margin area shown below, marked in red?

推荐答案

尝试是这样的:

Chart.ChartAreas(Chart_ChartArea_ObjectName).InnerPlotPosition =新System.Windows.Forms.DataVisualization.Charting.ElementPosition(3,-2,94,96)

Chart.ChartAreas(Chart_ChartArea_ObjectName).InnerPlotPosition = New System.Windows.Forms.DataVisualization.Charting.ElementPosition(3, -2, 94, 96)

使用GUI的属性窗口,以获得正确的价值观。

Use the GUI property window to get the values right.

这篇关于VS2010图表控件:减少Y轴保证金的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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