GapWidth

ChartSeries.GapWidth property

指定柱形图或列集之间的间隔,作为柱形图或列宽的百分比。这个属性不仅属于该系列,还属于所有父系列组的所有系列 - 这是适当组属性的投影。因此,这个属性是只读的。使用 ParentSeriesGroup 属性访问父系列组。使用 ParentSeriesGroup.GapWidth 读/写属性更改值。只读 Int32。

public int GapWidth { get; }

Remarks

这是属性 ParentSeriesGroup.GapWidth 的投影。

See Also