Skip to main content

Bar3DSeriesView.BarDepth Property

Gets or sets the depth of bars (the extent of the bar along the Z-axis) in 3D Bar series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
Double

A Double value (measured in fractions of X-axis units) where an axis unit is a distance between two major X-axis values. This value should be greater than 0.

Remarks

This property is in effect only when Bar3DSeriesView.BarDepthAuto is set to false.

The picture below shows “Series 1” with its BarDepth set to 1.5, while the other series have the BarDepthAuto property set to true.

Bar_depth.png

See Also