WaterfallContourLineType Enumeration |
LightningChart .NET Help
Waterfall series contour line type.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum WaterfallContourLineType
Public Enumeration WaterfallContourLineType
public enum class WaterfallContourLineType
Members|
| Member name | Value | Description |
|---|
| None | 0 |
No contour line.
|
| FastColorZones | 1 |
Performance optimized thin zone at palette step edge.
|
| FastPalettedZones | 2 |
Performance optimized thin zone at palette step edge, various colors set by the palette.
|
See Also