Table of Contents

Enum WaterfallWireframeType

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

Waterfall series wireframe type.

public enum WaterfallWireframeType

Fields

None = 0

No wireframe.

Wireframe = 1

Wireframe mesh, solid color.

WireframePalettedByValue = 4

Wireframe mesh, paletted color by Value.

WireframePalettedByY = 3

Wireframe mesh, paletted color by Y.

WireframeSourcePointColored = 2

Wireframe, source data point colored.