Skip to main content
A newer version of this page is available. .

Area3DSeriesView.AreaWidth Property

Gets or sets the depth of a slice that represents the 3D area series (the extent of the area series along the Z-axis).

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraSerializableProperty]
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public double AreaWidth { get; set; }

Property Value

Type Description
Double

A Doublevalue (measured in fractions of Z-axis units). This value should be greater than 0.

Remarks

The default value is 0.6.

The illustration shows two series with AreaWidth value set to 2.0 for the Series 1 and left default (0.6) for Series 2.

3DArea-AreaWidth

See Also