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
Syntaxpublic enum SurfaceWireframeType3D
Public Enumeration SurfaceWireframeType3D
public enum class SurfaceWireframeType3D
Members|
| Member name | Value | Description |
|---|
| None | 0 |
No wireframe.
|
| Wireframe | 1 |
Wireframe mesh, solid color.
|
| WireframePalettedByY | 2 |
Wireframe mesh, paletted color by Y.
|
| WireframeSourcePointColored | 3 |
Source data point colored.
|
| WireframePalettedByValue | 4 |
Wireframe mesh, paletted color by Value.
|
| Dots | 5 |
Dots.
|
| DotsPalettedByY | 6 |
Dots, paletted by Y.
|
| DotsSourcePointColored | 7 |
Dots, source data point colored.
|
| DotsPalettedByValue | 8 |
Dots, paletted by Value.
|
See Also