Back to Devexpress

SurfaceVisualizationMode Enum

wpf-devexpress-dot-xpf-dot-charts-464c0734.md

latest1.1 KB
Original Source

SurfaceVisualizationMode Enum

Lists the surface calculation algorithms.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum SurfaceVisualizationMode
vb
Public Enum SurfaceVisualizationMode

Members

NameDescription
Triangulation

The data which should be represented by the surface must be triangulated.

| | Grid |

The data which should be represented by the surface from the regular grid.

|

The following properties accept/return SurfaceVisualizationMode values:

See Also

DevExpress.Xpf.Charts Namespace