Bar3DSeriesView.BarDepthAuto Property
Gets or sets a value which indicates whether the Bar3DSeriesView.BarDepth should be calculated automatically.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
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.
See Also