Skip to main content

Chart3DControl.ShowXOYPlane Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v24.1.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool ShowXOYPlane { get; set; }

Property Value

Type Description
Boolean

true if the plane should be shown; otherwise false.

See Also