SurfaceWireframeType Enumeration |
LightningChart .NET Help
Surface series wireframe type.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum SurfaceWireframeType
Public Enumeration SurfaceWireframeType
public enum class SurfaceWireframeType
Members|
| Member name | Value | Description |
|---|
| None | 0 |
No wireframe.
|
| Wireframe | 1 |
Wireframe mesh, solid color.
|
| WireframePalettedByValue | 2 |
Wireframe mesh, paletted color by Value.
|
| WireframeSourcePointColored | 3 |
Source data point colored.
|
| Dots | 4 |
Dots.
|
| DotsPaletted | 5 |
Dots, paletted.
|
| DotsSourcePointColored | 6 |
Dots, source data point colored.
|
See Also