Click or drag to resize

SurfaceFillStyle Enumeration

LightningChart .NET Help
Surface series fill style.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public enum SurfaceFillStyle
Members
  Member nameValueDescription
None0 No fill.
FromSurfacePoints1 Coloring is made from surface data point array colors.
Toned2 Single color tone applied over base color.
PalettedByY3 Paletted by Y (height), various colors set by the palette, applied over base color.
PalettedByValue4 Paletted by Value field, various colors set by the palette.
Bitmap5 Fill with bitmap.
See Also