Click or drag to resize

RenderOptionsCommonAntiAliasLevel Property

LightningChart .NET Help
Anti-aliasing factor. 0 and 1 = No anti-aliasing. The larger the value, the smoother the image will be, but at steep cost of performance on some display adapters. Only objects having Normal will be anti-aliased.

Note that with DX11 thicker (triangle) lines cannot be rendered without anti-aliasing unless this property's value is set to be lower than 1.

Namespace:  Arction.Wpf.Charting.Views
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(4)]
public uint AntiAliasLevel { get; set; }

Property Value

Type: UInt32
See Also