共用方式為


ChartArea.Area3DStyle 屬性

定義

取得或設定 ChartArea3DStyle 物件,可用於實作圖表區域中所有數列的立體 (3D) 效果。

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

ChartArea3DStyle 物件,實作所有繪製於圖表區域中數列的立體效果。

屬性

備註

若要啟用或停用圖表區域的3D,請設定 Enable3D 屬性。

以3D 繪製圖表時,不支援軸上的刻度分隔。

適用於