Click or drag to resize

SurfaceWireframeType Enumeration

LightningChart .NET Help
Surface series wireframe type.

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public enum SurfaceWireframeType
Members
Member nameValueDescription
None0 No wireframe.
Wireframe1 Wireframe mesh, solid color.
WireframePalettedByValue2 Wireframe mesh, paletted color by Value.
WireframeSourcePointColored3 Source data point colored.
Dots4 Dots.
DotsPaletted5 Dots, paletted.
DotsSourcePointColored6 Dots, source data point colored.
See Also