共用方式為


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

屬性值

Int32

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

屬性

備註

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

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

IsRightAngleAxes 屬性設為 true (預設值) 將圖表顯示為等測投射。 這會使點間距深度看起來比這個屬性所設定的百分比更多或更少(視顯示的圖表而定)。

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

適用於