Enum ContourLineType3D
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
The contour line type for Surface series, 3D.
public enum ContourLineType3D
Fields
ColorLineByValue = 5The contour lines are calculated based on Value-field (in the 3D Surface series data point). Single color.
ColorLineByY = 3The contour lines is calculated based on Y-field (height in the 3D Surface series data point). Single color.
FastColorZones = 1Performance optimized thin vertical zones based on Y-field (height). All lines use same color.
FastPalettedZones = 2Performance 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.
None = 0No contour line.
PalettedLineByValue = 6The contour lines are calculated based on Value-field (in the 3D Surface series data point). Various colors set by the palette.
PalettedLineByY = 4The contour lines are calculated based on Y-field (height). Various colors set by the palette.