Table of Contents

Enum SurfaceWireframeType

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

Surface series wireframe type.

public enum SurfaceWireframeType

Fields

Dots = 4

Dots.

DotsPaletted = 5

Dots, paletted.

DotsSourcePointColored = 6

Dots, source data point colored.

None = 0

No wireframe.

Wireframe = 1

Wireframe mesh, solid color.

WireframePalettedByValue = 2

Wireframe mesh, paletted color by Value.

WireframeSourcePointColored = 3

Source data point colored.