ContourLineType3D Enumeration |
LightningChart .NET Help
The contour line type for Surface series, 3D.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum ContourLineType3D
Public Enumeration ContourLineType3D
public enum class ContourLineType3D
Members|
| Member name | Value | Description |
|---|
| None | 0 |
No contour line.
|
| FastColorZones | 1 |
Performance optimized thin vertical zones based on Y-field (height). All lines use same color.
|
| FastPalettedZones | 2 |
Performance optimized thin zone at palette step edge based on Y-field (height in the 3D Surface series data point), various colors set by the palette.
|
| ColorLineByY | 3 |
The contour lines is calculated based on Y-field (height in the 3D Surface series data point). Single color.
|
| PalettedLineByY | 4 |
The contour lines are calculated based on Y-field (height). Various colors set by the palette.
|
| ColorLineByValue | 5 |
The contour lines are calculated based on Value-field (in the 3D Surface series data point). Single color.
|
| PalettedLineByValue | 6 |
The contour lines are calculated based on Value-field (in the 3D Surface series data point). Various colors set by the palette.
|
See Also