共用方式為


ChartArea3DStyle.WallWidth 屬性

定義

取得或設定顯示於 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 圖元。

適用於