Enum SurfaceWireframeType
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Surface series wireframe type.
public enum SurfaceWireframeType
Fields
Dots = 4Dots.
DotsPaletted = 5Dots, paletted.
DotsSourcePointColored = 6Dots, source data point colored.
None = 0No wireframe.
Wireframe = 1Wireframe mesh, solid color.
WireframePalettedByValue = 2Wireframe mesh, paletted color by Value.
WireframeSourcePointColored = 3Source data point colored.