Click or drag to resize

SurfaceWireframeType3D Enumeration

LightningChart .NET Help
Surface series 3D wireframe type.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public enum SurfaceWireframeType3D
Members
  Member nameValueDescription
None0 No wireframe.
Wireframe1 Wireframe mesh, solid color.
WireframePalettedByY2 Wireframe mesh, paletted color by Y.
WireframeSourcePointColored3 Source data point colored.
WireframePalettedByValue4 Wireframe mesh, paletted color by Value.
Dots5 Dots.
DotsPalettedByY6 Dots, paletted by Y.
DotsSourcePointColored7 Dots, source data point colored.
DotsPalettedByValue8 Dots, paletted by Value.
See Also