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

Bar3DSeriesViewModel.BarDepthAuto Property

Gets or sets the value of the Bar3DSeriesView.BarDepthAuto within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

public bool BarDepthAuto { get; set; }

Property Value

Type Description
Boolean

true if bar depth is calculated automatically; oherwise false.

See Also