Table of Contents

Enum SurfaceFillStyle

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Surface series fill style.

public enum SurfaceFillStyle

Fields

Bitmap = 5

Fill with bitmap.

FromSurfacePoints = 1

Coloring is made from surface data point array colors.

None = 0

No fill.

PalettedByValue = 4

Paletted by Value field, various colors set by the palette.

PalettedByY = 3

Paletted by Y (height), various colors set by the palette, applied over base color.

Toned = 2

Single color tone applied over base color.