ContourLineTypeXY Enumeration |
LightningChart .NET Help
The contour line type for Intensity/Color map series, 2D.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum ContourLineTypeXY
Public Enumeration ContourLineTypeXY
public enum class ContourLineTypeXY
Members|
| Member name | Value | Description |
|---|
| None | 0 |
No contour line.
|
| FastColorZones | 1 |
Performance optimized thin vertical zones based on intensityValue (height). All lines use same color.
|
| FastPalettedZones | 2 |
Performance optimized thin zone at palette step edge based on intensityValue (height), various colors set by the palette.
|
| ColorLine | 3 |
The contour lines are made with actual lines. Single color.
|
| PalettedLine | 4 |
The contour lines are made with actual lines. Various colors set by the palette.
|
See Also