共用方式為


ChartArea3DStyle.PointGapDepth 屬性

定義

取得或設定 3D 圖表區域中數列之間的距離。

public:
 property int PointGapDepth { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
public int PointGapDepth { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.PointGapDepth : int with get, set
Public Property PointGapDepth As Integer

屬性值

integer 值,表示 3D 圖表區域中資料列 (即資料數列) 之間的距離。 允許範圍為百分之 0 到 1000,預設值為百分之 100。

屬性

備註

這個屬性會決定資料列之間的距離,每個資料列對應至資料數列。 度量單位會以一個資料列中資料點之間的距離百分比表示。

使用 PointWidth 自訂屬性變更直條圖或橫條圖類型之間的間距會影響 PointGapDepth 屬性值。

IsRightAngleAxes 屬性設定為 true (預設值) ,以將圖表顯示為等距投影。 這會導致點間距深度顯示超過或小於此屬性所設定的百分比,視顯示的圖表而定。

若要控制資料點的深度,請使用 PointDepth 屬性。

適用於