Back to Devexpress

Chart3DControl.ShowXOYPlane Property

wpf-devexpress-dot-xpf-dot-charts-dot-chart3dcontrol-0af1d8b7.md

latest1.0 KB
Original Source

Chart3DControl.ShowXOYPlane Property

Gets or sets the value specifying whether the XOY plane should be shown.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool ShowXOYPlane { get; set; }
vb
Public Property ShowXOYPlane As Boolean

Property Value

TypeDescription
Boolean

true if the plane should be shown; otherwise, false.

|

See Also

Chart3DControl Class

Chart3DControl Members

DevExpress.Xpf.Charts Namespace