ChartArea3DStyle.Enable3D プロパティ

定義

グラフ エリアの 3D のオン/オフを切り替えるフラグを取得または設定します。

public:
 property bool Enable3D { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool Enable3D { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Enable3D : bool with get, set
Public Property Enable3D As Boolean

プロパティ値

Boolean

グラフ エリアを 3D で表示する場合は true。グラフ エリアを 2D で表示する場合は false。 既定値は false です。

属性

注釈

グラフ領域の3次元表示を切り替えます。

適用対象