Enum EnhancedAntiAliasing
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
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.
public enum EnhancedAntiAliasing
Fields
IfNotSupportedByHardware = 1Use only if anti-aliasing is not supported in hardware.
Off = 2Don't use enhanced anti-aliasing. Anti-aliasing in hardware is used, if it's supported and enabled in object's settings.
On = 0Use enhanced anti-aliasing.