Click or drag to resize

BitmapSmoothing Enumeration

LightningChart .NET Help
Bitmap smoothing options

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum BitmapSmoothing
Members
  Member nameValueDescription
None0 No smoothing.
Point1 Point smoothing.
Linear2 Linear smoothing.
Anisotropic3 Anisotropic smoothing.
PyramidalQuad6 PyramidalQuad smoothing.
GaussianQuad7 GaussianQuad smoothing.
See Also