ChartArea.Area3DStyle Właściwość

Definicja

Pobiera lub ustawia obiekt, który jest używany do implementowania trójwymiarowych (3D) dla wszystkich serii ChartArea3DStyle w obszarze wykresu.

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

Wartość właściwości

ChartArea3DStyle

Obiekt, ChartArea3DStyle który implementuje 3D dla wszystkich serii wykreślonych w obszarze wykresu.

Atrybuty

Uwagi

Aby włączyć lub wyłączyć funkcję 3D dla obszaru wykresu, ustaw Enable3D właściwość .

Gdy wykres jest rysowany w 3D, podziały skalowania nie są obsługiwane na osi.

Dotyczy