ChartArea::Area3DStyle Property

.NET Framework (current version)
 

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

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
[BindableAttribute(true)]
property ChartArea3DStyle^ Area3DStyle {
	ChartArea3DStyle^ get();
	void set(ChartArea3DStyle^ value);
}

Property Value

Type: System.Windows.Forms.DataVisualization.Charting::ChartArea3DStyle^

A 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
Return to top
Show: