ChartArea.Area3DStyle Property
.NET Framework (current version)
Gets or sets a ChartArea3DStyle object, which is used to implement 3D for all series in a chart area.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[<BindableAttribute(true)>] [<PersistenceModeAttribute(PersistenceMode.InnerProperty)>] member Area3DStyle : ChartArea3DStyle with get, set
Property Value
Type: System.Web.UI.DataVisualization.Charting.ChartArea3DStyleA ChartArea3DStyle object that implements 3D for all series plotted in a chart area.
To enable or disable 3D for a chart area, set the Enable3D property.
When the chart is drawn in 3D, scale breaks are not supported on the axis.
.NET Framework
Available since 4.0
Available since 4.0
Show: