Click or drag to resize

ContourLineTypeXY Enumeration

LightningChart .NET Help
The contour line type for Intensity/Color map series, 2D.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum ContourLineTypeXY
Members
  Member nameValueDescription
None0 No contour line.
FastColorZones1 Performance optimized thin vertical zones based on intensityValue (height). All lines use same color.
FastPalettedZones2 Performance optimized thin zone at palette step edge based on intensityValue (height), various colors set by the palette.
ColorLine3 The contour lines are made with actual lines. Single color.
PalettedLine4 The contour lines are made with actual lines. Various colors set by the palette.
See Also