点之间的空间 [英] space between point

查看:57
本文介绍了点之间的空间的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在查看有关在点之间添加空间的文档。 有没有办法控制同一系列中两点之间的空间。

I have been looking at the documentation for adding space between points.  Is there a way to control the space between two points in the same series.

我在colum图表上有两个系列,我希望点之间有一点空间。

I have two series on a colum chart and I would like a bit of space between the points.

谢谢,

推荐答案

尝试设置系列'
PointWidth
自定义属性到小于0.8的值,这是默认值。

Try setting the series' PointWidth Custom Property to something smaller than 0.8, which is the default value.

例如:


Chart1.Series(0)("PointWidth") = "0.5"


这篇关于点之间的空间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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