ChartArea3DStyle.PointGapDepth Property

Definition

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

public:
 property int PointGapDepth { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
public int PointGapDepth { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.PointGapDepth : int with get, set
Public Property PointGapDepth As Integer

Property Value

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.

Attributes

Remarks

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.

Applies to