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.v22.2.dll
NuGet Package: DevExpress.Charts
Declaration
[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.
See Also