Skip to main content

ChartView.GapDepth Property

Gets or sets the space along the Z-axis between adjacent data series in a 3-D line, area, column or bar chart.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

int GapDepth { get; set; }

Property Value

Type Description
Int32

An integer value that is the gap depth, as a percentage of the marker width. This value must be between 0 and 500.

Remarks

Use the GapDepth property to control the gap between data markers at the front and the data markers that appear behind them in the three-dimensional charts.

The images in the table demonstrate how the GapDepth property works (the charts are shown in Microsoft® Excel®)

GapDepth = 0 GapDepth = 500
ColumnChartMultipleSeriesGapDepth0 ColumnChartMultipleSeriesGapDepth500
See Also