Click or drag to resize

LineStyleAntiAliasing Property

LightningChart .NET Help
Gets and sets anti-aliased line. Drawing anti-aliased draws the line with smooth edges, but will increase CPU/GPU overhead. In order to have an effect, AntiAliasLevel must be set to a value higher than 1.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(LineAntialias.None)]
public LineAntialias AntiAliasing { get; set; }

Property Value

Type: LineAntialias
See Also