ChartArea3DStyle.PointGapDepth Property

.NET Framework (current version)
 

Gets or sets the distance between series rows in a 3D chart area.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[<BindableAttribute(true)>]
member PointGapDepth : int with get, set

Property Value

Type: System.Int32

An integer value that represents the distance between data rows (that is, the data series) in the 3D chart area. The allowable range is 0-1000 percent, and the default is 100 percent.

This property determines the distance between data rows, with each row corresponding to a data series. The unit of measurement is expressed as a percentage of the distance between data points in one row.

Changing the gap between columns or bars for column and bar chart types using the PointWidth custom property will affect the PointGapDepth property value.

Set the IsRightAngleAxes property to true (the default value) to display the chart as an isometric projection. This will cause the point gap depth to appear to be more or less than the percentage set by this property, depending on the chart being displayed.

To control the depth of data points, use the PointDepth property.

.NET Framework
Available since 4.0
Return to top
Show: