Enum WaterfallWireframeType
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Waterfall series wireframe type.
public enum WaterfallWireframeType
Fields
None = 0No wireframe.
Wireframe = 1Wireframe mesh, solid color.
WireframePalettedByValue = 4Wireframe mesh, paletted color by Value.
WireframePalettedByY = 3Wireframe mesh, paletted color by Y.
WireframeSourcePointColored = 2Wireframe, source data point colored.