Click or drag to resize

LineOptimization Enumeration

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

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
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