Skip to main content

Chart3DControl.ShowXOZPlane Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool ShowXOZPlane { get; set; }

Property Value

Type Description
Boolean

true if the plane should be shown; otherwise false.

See Also