Table of Contents

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 = 3

The contour lines are made with actual lines. Single color.

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.

None = 0

No contour line.

PalettedLine = 4

The contour lines are made with actual lines. Various colors set by the palette.