IntensityFillStyle Enumeration |
LightningChart .NET Help
Intensity series fill style.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum IntensityFillStyle
Public Enumeration IntensityFillStyle
public enum class IntensityFillStyle
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.
|
| Paletted | 3 |
Paletted, various colors set by the palette, applied over base color.
|
See Also