GapDepth

ChartSeries.GapDepth property

以标记宽度的百分比返回或设置 3D 图表中数据系列之间的距离。 这不仅是这个系列的属性,而且是所有父系列的属性 group - 这是适当组属性的投影。所以这个属性 是只读的。 使用 ParentSeriesGroup 属性访问父系列组。 使用 ParentSeriesGroup.GapDepth 读/写属性来更改值。 只读Int32。

public int GapDepth { get; }

评论

这是属性 ParentSeriesGroup.GapDepth 的投影。

也可以看看