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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
[XtraSerializableProperty]
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.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AreaWidth property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.