Click or drag to resize

RenderOptionsCommonLineAAType2D Property

LightningChart .NET Help
Anti-aliasing type of single pixel width anti-aliased lines. Applicable only on DX11 and when AntiAliasLevel is above 1. Lines thicker than 1 pixel are rendered using triangles, and use triangle drawing AA system. ALAA option produces generally best looking line and is faster than QLAA. There is some problems with ALAA with Warp though.

Note that on DX11, the usage of alpha-line anti-aliasing can be also controlled through IsMultisampleEnabled

Namespace:  Arction.WinForms.Charting.Views
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(LineAntiAliasingType.ALAA)]
public LineAntiAliasingType LineAAType2D { get; set; }

Property Value

Type: LineAntiAliasingType
See Also