ChartArea3DStyle.Enable3D 属性

定义

获取或设置指示标志是否针对图表区打开和关闭 3D 的值。Gets or sets a value that indicates whether the flag toggles the 3D on and off for a chart area.

public:
 property bool Enable3D { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool Enable3D { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Enable3D : bool with get, set
Public Property Enable3D As Boolean

属性值

Boolean

如果图表区域使用三维显示,则为 true,如果图表区域使用二维显示,则为 falsetrue the chart area is displayed using 3D, false if the chart area is displayed in 2D. 默认值是 falseThe default value is false.

属性

注解

切换图表区域的三维显示。Toggles the three-dimensional display of a chart area.

适用于