ChartArea3DStyle.PointDepth Property

.NET Framework (current version)
 

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

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

<BindableAttribute(True)>
Public Property PointDepth As Integer

Property Value

Type: System.Int32

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

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 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.

.NET Framework
Available since 4.0
Return to top
Show: