Enum LineOptimization
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Line rendering optimization for 3D lines.
public enum LineOptimization
Fields
Hairline = 0Line rendering with one pixel wide line.
Normal = 1Line rendering as flat with specified width (by world coordinates).
NormalWithShading = 2Line as shaded with specified width.