ChartArea3DStyle.PointDepth 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 3D 圖表區域中顯示的資料點深度。
public:
property int PointDepth { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
public int PointDepth { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.PointDepth : int with get, set
Public Property PointDepth As Integer
屬性值
integer
值,表示資料點的深度。 允許的範圍介於百分比 0 和 1000 之間。 預設值為 100%。
- 屬性
備註
這個屬性會決定資料點的深度,並以資料點寬度的百分比表示。
屬性 PointDepth 只能套用至橫條圖、直條圖、折線圖和曲線圖資料點的深度。 如果您針對其他圖表類型設定此屬性 (例如泡泡圖和點圖表) 不能有其點深度「延展」,則會為資料點保留額外的空間,但不會增加其深度。
您可以將 屬性 true
設定 IsRightAngleAxes 為 ,這是預設值,以將圖表顯示為等距投影。 這會根據顯示的圖表,使點深度顯示為大於或小於此屬性所設定的百分比。
若要控制資料列之間的間距,請使用 PointGapDepth 屬性。