Click or drag to resize

WaterfallWireframeType Enumeration

LightningChart .NET Help
Waterfall series wireframe type.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum WaterfallWireframeType
Members
  Member nameValueDescription
None0 No wireframe.
Wireframe1 Wireframe mesh, solid color.
WireframeSourcePointColored2 Wireframe, source data point colored.
WireframePalettedByY3 Wireframe mesh, paletted color by Y.
WireframePalettedByValue4 Wireframe mesh, paletted color by Value.
See Also