Click or drag to resize

RenderOptionsCommonAntiAliasLevel Property

LightningChart .NET Help
Anti-aliasing factor. 0 and 1 = No anti-aliasing. This is a dependency property. 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.ChartingMVVM.Views
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(4)]
public int AntiAliasLevel { get; set; }

Property Value

Type: Int32
See Also