Enum SurfaceFillStyle
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Surface series fill style.
public enum SurfaceFillStyle
Fields
Bitmap = 5Fill with bitmap.
FromSurfacePoints = 1Coloring is made from surface data point array colors.
None = 0No fill.
PalettedByValue = 4Paletted by Value field, various colors set by the palette.
PalettedByY = 3Paletted by Y (height), various colors set by the palette, applied over base color.
Toned = 2Single color tone applied over base color.