Click or drag to resize

LineOptimization Enumeration

LightningChart .NET Help
Line rendering optimization for 3D lines.

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 LineOptimization
Members
Member nameValueDescription
Hairline0 Line rendering with one pixel wide line.
Normal1 Line rendering as flat with specified width (by world coordinates).
NormalWithShading2 Line as shaded with specified width.
See Also