Back to Devexpress

XYDiagram3D.PlaneDepthFixed Property

corelibraries-devexpress-dot-xtracharts-dot-xydiagram3d-93cf8637.md

latest1.8 KB
Original Source

XYDiagram3D.PlaneDepthFixed Property

Gets or sets the depth (thickness) of coordinate planes. The units of measurement are specific diagram pixels.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public int PlaneDepthFixed { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Layout)>
Public Property PlaneDepthFixed As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the coordinate plane thickness, in diagram pixels. It should be more than 0. The default is 15.

|

Remarks

The following image demonstrates how the PlaneDepthFixed property works.

The visual thickness of coordinate planes is not affected when a diagram is resized. The plane depth is a feature of the coordinate mesh.

For more information, refer to XY-Diagram 3D.

See Also

XY-Diagram 3D

XYDiagram3D Class

XYDiagram3D Members

DevExpress.XtraCharts Namespace