Skip to main content

Chart3DControl.ShowYOZPlane Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool ShowYOZPlane { get; set; }

Property Value

Type Description
Boolean

true if the plane should be shown; otherwise false.

See Also