Back to Devexpress

Bar3DSeriesView.BarDepth Property

corelibraries-devexpress-dot-xtracharts-dot-bar3dseriesview-f0cf52a5.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public double BarDepth { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
Public Property BarDepth As Double

Property Value

TypeDescription
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.

See Also

Bar3DSeriesView Class

Bar3DSeriesView Members

DevExpress.XtraCharts Namespace