Table of Contents

Enum SurfaceWireframeType3D

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Surface series 3D wireframe type.

public enum SurfaceWireframeType3D

Fields

Dots = 5

Dots.

DotsPalettedByValue = 8

Dots, paletted by Value.

DotsPalettedByY = 6

Dots, paletted by Y.

DotsSourcePointColored = 7

Dots, source data point colored.

None = 0

No wireframe.

Wireframe = 1

Wireframe mesh, solid color.

WireframePalettedByValue = 4

Wireframe mesh, paletted color by Value.

WireframePalettedByY = 2

Wireframe mesh, paletted color by Y.

WireframeSourcePointColored = 3

Source data point colored.