Enum ContourLineTypeXY
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
The contour line type for Intensity/Color map series, 2D.
public enum ContourLineTypeXY
Fields
ColorLine = 3The contour lines are made with actual lines. Single color.
FastColorZones = 1Performance optimized thin vertical zones based on intensityValue (height). All lines use same color.
FastPalettedZones = 2Performance optimized thin zone at palette step edge based on intensityValue (height), various colors set by the palette.
None = 0No contour line.
PalettedLine = 4The contour lines are made with actual lines. Various colors set by the palette.