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
Syntaxpublic enum EnhancedAntiAliasing
Public Enumeration EnhancedAntiAliasing
public enum class EnhancedAntiAliasing
Members|
| Member name | Value | Description |
|---|
| On | 0 |
Use enhanced anti-aliasing.
|
| IfNotSupportedByHardware | 1 |
Use only if anti-aliasing is not supported in hardware.
|
| Off | 2 |
Don't use enhanced anti-aliasing. Anti-aliasing in hardware is used, if it's supported and enabled in object's settings.
|
See Also