Skip to main content
A newer version of this page is available. .

SurfaceSeriesView.XOYProjectionOptions Property

Gets or sets options of XOY plane projection of the surface.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public ProjectionOptions XOYProjectionOptions { get; set; }

Property Value

Type Description
ProjectionOptions

The XOY plane projection options.

See Also