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

Bar3DSeriesView.BarDepthAuto Property

Gets or sets a value which indicates whether the Bar3DSeriesView.BarDepth should be calculated automatically.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
public bool BarDepthAuto { get; set; }

Property Value

Type Description
Boolean

false if the bar depth should be specified, true if it is calculated automatically. The default is true.

Remarks

If the bar depth is calculated automatically, it is set equal to the bar width.

BarDepth.png

See Also