Share via


ChartArea.Area3DStyle プロパティ

定義

グラフ エリア内のすべての系列の 3 次元 (3D) を実装するために使用する ChartArea3DStyle オブジェクトを取得または設定します。

public:
 property System::Windows::Forms::DataVisualization::Charting::ChartArea3DStyle ^ Area3DStyle { System::Windows::Forms::DataVisualization::Charting::ChartArea3DStyle ^ get(); void set(System::Windows::Forms::DataVisualization::Charting::ChartArea3DStyle ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))]
public System.Windows.Forms.DataVisualization.Charting.ChartArea3DStyle Area3DStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
member this.Area3DStyle : System.Windows.Forms.DataVisualization.Charting.ChartArea3DStyle with get, set
Public Property Area3DStyle As ChartArea3DStyle

プロパティ値

ChartArea3DStyle

グラフ エリアにプロットされるすべての系列の 3D を実装する ChartArea3DStyle オブジェクト。

属性

注釈

グラフ領域の 3D を有効または無効にするには、 プロパティを設定 Enable3D します。

グラフが 3D で描画されている場合、スケール区切りは軸でサポートされません。

適用対象