Chart.GapDepth 属性

定义

返回或设置三维图表中数据系列之间的距离,作为标记宽度的百分比。 该属性的值必须介于 0 到 500 之间。 读/写。

public:
 property int GapDepth { int get(); void set(int value); };
public int GapDepth { get; set; }
member this.GapDepth : int with get, set
Public Property GapDepth As Integer

属性值

Integer

注解

注意:此属性仅适用于三维图表。

适用于