Enum IntensityFillStyle
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Intensity series fill style.
public enum IntensityFillStyle
Fields
FromSurfacePoints = 1Coloring is made from surface data point array colors.
None = 0No fill.
Paletted = 3Paletted, various colors set by the palette, applied over base color.
Toned = 2Single color tone applied over base color.