Enum BitmapSmoothing
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Bitmap smoothing options
public enum BitmapSmoothing
Fields
Anisotropic = 3Anisotropic smoothing.
GaussianQuad = 7GaussianQuad smoothing.
Linear = 2Linear smoothing.
None = 0No smoothing.
Point = 1Point smoothing.
PyramidalQuad = 6PyramidalQuad smoothing.