Skip to main content

SurfaceSeriesView.XOYProjectionOptions Property

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public ProjectionOptions XOYProjectionOptions { get; set; }

Property Value

Type Description
ProjectionOptions

The XOY plane projection options.

See Also