SurfaceSeriesView.XOYProjectionOptions Property
In This Article
Gets or sets options of XOY plane projection of the surface.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public ProjectionOptions XOYProjectionOptions { get; set; }
#Property Value
Type | Description |
---|---|
Projection |
The XOY plane projection options. |
See Also