ChartArea3DStyle.PointDepth Property

Definition

Gets or sets the depth of data points displayed in a 3D chart area.

[System.ComponentModel.Bindable(true)]
public int PointDepth { get; set; }

Property Value

An integer value that represents the depth of data points. The allowable range is 0-1000 percent. The default is 100 percent.

Attributes

Remarks

This property determines the depth of data points, and is represented as a percentage of the data point width.

The PointDepth property can be applied to the depth of bar, column, line, pie and spline chart data points only. If you set this property for other chart types (for example, bubble and point charts) that cannot have their point depths "stretched", it will reserve extra space for the data points, but will not increase their depth.

You can display the chart as an isometric projection by setting the IsRightAngleAxes property to true, which is the default value. This will cause the point depth to appear to be more or less than the percentage set by this property, depending on the chart being displayed.

To control the spacing between rows of data, use the PointGapDepth property.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1