ChartArea.Area3DStyle Property

Definition

Gets or sets a ChartArea3DStyle object, which is used to implement three-dimensional (3D) for all series in a chart area.

C#
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.NoNameExpandableObjectConverter))]
public System.Windows.Forms.DataVisualization.Charting.ChartArea3DStyle Area3DStyle { get; set; }

Property Value

A ChartArea3DStyle object that implements 3D for all series plotted in a chart area.

Attributes

Remarks

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.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1