Back to Devexpress

ChartView.GapDepth Property

officefileapi-devexpress-dot-spreadsheet-dot-charts-dot-chartview-8cec3a59.md

latest1.8 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
int GapDepth { get; set; }
vb
Property GapDepth As Integer

Property Value

TypeDescription
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 = 0GapDepth = 500

See Also

GapWidth

ChartView Interface

ChartView Members

DevExpress.Spreadsheet.Charts Namespace