Click or drag to resize

IntensityFillStyle Enumeration

LightningChart .NET Help
Intensity series fill style.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum IntensityFillStyle
Members
  Member nameValueDescription
None0 No fill.
FromSurfacePoints1 Coloring is made from surface data point array colors.
Toned2 Single color tone applied over base color.
Paletted3 Paletted, various colors set by the palette, applied over base color.
See Also