GapWidth

IChartSeries.GapWidth property

指定条形或柱形簇之间的间距,作为条形或柱形宽度的百分比。这个属性不仅属于此系列,还属于父系列组的所有系列——这是相应组属性的投影。因此此属性是只读的。使用 ParentSeriesGroup 属性访问父系列组。使用 ParentSeriesGroup.GapWidth 读/写属性更改值。只读 Int32。

public int GapWidth { get; }

Remarks

这是属性 ParentSeriesGroup.GapWidth 的投影。

See Also