ChartArea3DStyle.PointGapDepth 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 屬性。