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
Syntaxpublic enum SurfaceFillStyle
Public Enumeration SurfaceFillStyle
public enum class SurfaceFillStyle
Members|
| Member name | Value | Description |
|---|
| None | 0 |
No fill.
|
| FromSurfacePoints | 1 |
Coloring is made from surface data point array colors.
|
| Toned | 2 |
Single color tone applied over base color.
|
| PalettedByY | 3 |
Paletted by Y (height), various colors set by the palette, applied over base color.
|
| PalettedByValue | 4 |
Paletted by Value field, various colors set by the palette.
|
| Bitmap | 5 |
Fill with bitmap.
|
See Also