Click or drag to resize

EnhancedAntiAliasing Enumeration

LightningChart .NET Help
Enhanced anti-aliasing. Anti-aliasing is made in GPU shader. This is useful especially for GPUs that don't support anti-aliasing in GPU hardware. Provides better visual quality and clearness of lines than hardware anti-aliasing.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public enum EnhancedAntiAliasing
Members
  Member nameValueDescription
On0 Use enhanced anti-aliasing.
IfNotSupportedByHardware1 Use only if anti-aliasing is not supported in hardware.
Off2 Don't use enhanced anti-aliasing. Anti-aliasing in hardware is used, if it's supported and enabled in object's settings.
See Also