Udostępnij za pośrednictwem


ChartArea.Area3DStyle Właściwość

Definicja

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

public:
 property System::Web::UI::DataVisualization::Charting::ChartArea3DStyle ^ Area3DStyle { System::Web::UI::DataVisualization::Charting::ChartArea3DStyle ^ get(); void set(System::Web::UI::DataVisualization::Charting::ChartArea3DStyle ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.ChartArea3DStyle Area3DStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.NoNameExpandableObjectConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.Area3DStyle : System.Web.UI.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