Table of Contents

Enum LineOptimization

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Line rendering optimization for 3D lines.

public enum LineOptimization

Fields

Hairline = 0

Line rendering with one pixel wide line.

Normal = 1

Line rendering as flat with specified width (by world coordinates).

NormalWithShading = 2

Line as shaded with specified width.