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

プロパティ値

true グラフエリアが2Dで表示されている場合 false 、グラフエリアは3Dを使用して表示されます。 既定値は false です。

属性

注釈

グラフ エリアの 3 次元表示を切り替えます。

適用対象