Click or drag to resize

ContourLineType3D Enumeration

LightningChart .NET Help
The contour line type for Surface series, 3D.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum ContourLineType3D
Members
  Member nameValueDescription
None0 No contour line.
FastColorZones1 Performance optimized thin vertical zones based on Y-field (height). All lines use same color.
FastPalettedZones2 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.
ColorLineByY3 The contour lines is calculated based on Y-field (height in the 3D Surface series data point). Single color.
PalettedLineByY4 The contour lines are calculated based on Y-field (height). Various colors set by the palette.
ColorLineByValue5 The contour lines are calculated based on Value-field (in the 3D Surface series data point). Single color.
PalettedLineByValue6 The contour lines are calculated based on Value-field (in the 3D Surface series data point). Various colors set by the palette.
See Also