ChartArea3DStyle.Enable3D Property

.NET Framework (current version)
 

Gets or sets a value that indicates whether the flag toggles the 3D on and off for a chart area.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[BindableAttribute(true)]
public bool Enable3D { get; set; }

Property Value

Type: System.Boolean

true the chart area is displayed using 3D, false if the chart area is displayed in 2D. The default value is false.

Toggles the three-dimensional display of a chart area.

.NET Framework
Available since 4.0
Return to top
Show: