ChartArea3DStyle.WallWidth 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定顯示於 3D 圖表區域中的背景牆寬度。
public:
property int WallWidth { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
public int WallWidth { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.WallWidth : int with get, set
Public Property WallWidth As Integer
屬性值
integer
值,表示顯示於 3D 圖表區域中背景牆的寬度 (以像素為單位)。
- 屬性
備註
這個屬性會決定在3D 圖表區域中顯示之牆的寬度 (例如,背景牆、側牆等) 。 允許的範圍是0-30 圖元。