Table of Contents

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

The contour lines are calculated based on Value-field (in the 3D Surface series data point). Single color.

ColorLineByY = 3

The contour lines is calculated based on Y-field (height in the 3D Surface series data point). Single color.

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.

None = 0

No contour line.

PalettedLineByValue = 6

The contour lines are calculated based on Value-field (in the 3D Surface series data point). Various colors set by the palette.

PalettedLineByY = 4

The contour lines are calculated based on Y-field (height). Various colors set by the palette.