Back to Devexpress

Series.AutoGapWidth Property

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-series-9e3e4f71.md

latest1.4 KB
Original Source

Series.AutoGapWidth Property

Returns or specifies whether to calculate the gap width automatically. Applies to Excel 2016 charts.

Namespace : DevExpress.Spreadsheet.Charts

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool AutoGapWidth { get; set; }
vb
Property AutoGapWidth As Boolean

Property Value

TypeDescription
Boolean

true to calculate the gap width automatically; otherwise, false. The default is false.

|

Remarks

If the AutoGapWidth is set to true , the Series.GapWidth property value is ignored.

See Also

Series Interface

Series Members

DevExpress.Spreadsheet.Charts Namespace