Back to Devexpress

Chart3DControl.PlaneDepthFixed Property

wpf-devexpress-dot-xpf-dot-charts-dot-chart3dcontrol-a8368c96.md

latest1.3 KB
Original Source

Chart3DControl.PlaneDepthFixed Property

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

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public double PlaneDepthFixed { get; set; }
vb
Public Property PlaneDepthFixed As Double

Property Value

TypeDescription
Double

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

|

Remarks

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

See Also

Chart3DControl Class

Chart3DControl Members

DevExpress.Xpf.Charts Namespace