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 属性。

在三维绘制图表时,轴上不支持刻度分隔线。

适用于