GapDepth

IChartSeries.GapDepth property

返回或设置3D图表中数据系列之间的距离,单位是标记宽度的百分比。这个属性不仅属于当前系列,还属于父系列组的所有系列——这是相应组属性的投影。因此,该属性是只读的。使用 ParentSeriesGroup 属性访问父系列组。使用 ParentSeriesGroup.GapDepth 读/写属性来更改值。只读 Int32。

public int GapDepth { get; }

Remarks

这是属性 ParentSeriesGroup.GapDepth 的投影。

See Also