GapDepth

ChartSeries.GapDepth property

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

public int GapDepth { get; }

Remarks

这是属性 ParentSeriesGroup.GapDepth 的投影。

See Also